|
Convenient web based access to our favorite web design Usenet groups
|
 |
This is Interesting: Free Magazines for Graphics designers and webmasters
| Author |
| Thread |
 |
|
|
|
|
|
 |
 |
|
|
|
  09-28-04 - 12:14 PM
|
carl_miller23@hotmail.com (Carl Miller) wrote in message news:<00040823211103.OUI90.carl_mi
ller23@hotmail.com>...
> A straight-forward answer to this might be out there, but I haven't
> found it yet. (All file sizes are approximations, but representative of
> actual experience.)
>
> When saving JPEG's, the Quality drop-down menu gives you the choice of
> Low, Medium, High, Maximum. Choosing Maximum gives a setting of 10.
> However, you can increase the setting to 12. I've noticed that if I open
> a JPEG that is, say, about 1.3mb and save it at the "default" Maximum
> setting of 10, it compresses it to, say, about 900k. If I save it at the
> "maximum" Maximum setting of 12, I actually end up with a larger file
> than I started out with of about 3mb. Apparently it is uncompressing the
> original compressed jpeg?
>
> What's up with this, and practically speaking, should I be saving at 10
> or 12?
>
> (Take it as read that I know about tif being non-lossy, and jpeg being
> lossy, etc. I'm just wondering about this Photoshop jpeg Quality thing.)
>
> Thanks!!
I've had the exact questions. I was hoping for a straight forward
answer, but I must agree with Carl, no one directly answered the
questions; e.g. what about Max = 10 but 12 is available. Why is 12
larger that the original (details)? If someone who really understand
P/Shop JPEG save routing could/would answer it would be appreciated.
|
|
|
| [
Post Follow-Up to this message ]
|
|
|
|
|
 |
|
|
|
  09-28-04 - 12:14 PM
|
> Why is 12
>larger that the original (details)?
Very, very simple.
You have an image. Let us say for the sake of example that the image, when
UNCOMPRESSED, is one megabyte.
You save it as a JPEG. You use quality, say, 4. It saves to about 200
kilobytes.
You open the JPEG, It uncompresses. The image is 1 megabyte uncompressed.
You save it as JPEG with quality 12. It compresses again. You saved it with
a
higher quality so this time it compresses to 500 kilobytes.
Make sense?
--
Art, literature, shareware, polyamory, kink, and more:
http://www.xeromag.com/franklin.html
|
|
|
| [
Post Follow-Up to this message ]
|
|
|
|
|
 |
|
|
|
  09-28-04 - 12:14 PM
|
>Why is 12
>larger that the original (details)? If someone who really understand
>P/Shop JPEG save routing could/would answer it would be appreciated.
It's very, very simple, and has already been explained.
Let us say you have an image that is 1 megabyte in size uncompresssed. Let's
say you save it as a JPEG with quality 4. So it saves to a file that's, for
instance, about 150 K in size.
Now you open that 150 K JPEG. It uncompresses. Now it is 1 megabyte again.
Now you save it again. You save as JPEG with quality 12. So it compresses
again, this time to 500 kilobytes.
Make sense?
--
Art, literature, shareware, polyamory, kink, and more:
http://www.xeromag.com/franklin.html
|
|
|
| [
Post Follow-Up to this message ]
|
|
|
|
|
 |
|
|
|
  09-28-04 - 12:14 PM
|
metpx3c@hotmail.com (Martin) writes:
> I've had the exact questions. I was hoping for a straight forward
> answer, but I must agree with Carl, no one directly answered the
> questions; e.g. what about Max = 10 but 12 is available. Why is 12
> larger that the original (details)? If someone who really understand
> P/Shop JPEG save routing could/would answer it would be appreciated.
That second question *was* specifically answered, I thought, but I'll
go through it again.
When you open an image in Photoshop, it reads whatever format the
image file is originally in and decodes it into computer memory where
it's stored as an uncompressed bitmap. (Yes, if any of the Photoshop
programmers hang out here I know there are additional complexities,
not nearly well enough to explain them, so I'm not trying.) This is
the *full-sized* bitmap -- if it's a 1600x1200 digital original in
24-bit color, that's a 5,760,000 byte image, even though the jpeg
might have been 512KB.
So, there's this bitmap image in memory. Big. You edit it some,
change various bits, whatever. (Or just leave it alone, not change
any bits).
Now you tell Photoshop to save the image. It pops up the dialog for
you to select the quality level, and then starts coding the image into
a jpeg using the setting you gave it and writing the result to disk.
If the new quality level you give is the same as was used in the
original jpeg, the resulting file will be about the same size (if you
haven't changed the bitmap extensively). If you pick a higher quality
level, the resulting file will be larger -- it won't compress it as
much. If you pick a lower quality level, the resulting file will be
smaller -- it will compress more.
(The photoshop quality levels are a layer above the actual parameters
to the jpeg compression algorithm, by the way; that's why every
program has a different way of expressing degree of jpeg compression,
and they're not easy to compare to each other.)
Have I managed to make it make sense? Sorry if I still haven't.
As to your *first* question, about the "level 12" quality, I think I
know a tiny bit about why that's so. I believe that the range was
1-10 in earlier versions. They decided to add some options at the
top, and rather than changing the meaning of the previous options,
they just added more numbers (11 and 12) to describe the new options.
I *don't* really know exactly how those differ from 10, though.
--
David Dyer-Bennet, <mailto:dd-b@dd-b.net>, <http://www.dd-b.net/dd-b/>
RKBA: <http://noguns-nomoney.com/> <http://www.dd-b.net/carry/>
Pics: <http://dd-b.lighthunters.net/> <http://www.dd-b.net/dd-b/SnapshotAl.../dragaera.info/>
|
|
|
| [
Post Follow-Up to this message ]
|
|
|
|
|
 |
|
|
|
  09-28-04 - 12:14 PM
|
Tacit wrote:
>
>
> Very, very simple.
>
> You have an image. Let us say for the sake of example that the image, when
> UNCOMPRESSED, is one megabyte.
>
> You save it as a JPEG. You use quality, say, 4. It saves to about 200
> kilobytes.
>
> You open the JPEG, It uncompresses. The image is 1 megabyte uncompressed.
>
> You save it as JPEG with quality 12. It compresses again. You saved it wit
h a
> higher quality so this time it compresses to 500 kilobytes.
>
> Make sense?
>
No problem, as long as you understand that Photoshop isn't restoring any
of that lossy information that JPEG got rid of when it compressed. PS is
only opening what is there.
However, it opens everything the same. So, this shade of red takes up
just as much memory as that shade of red. That is true even if the
shades of red are the same. That's why the memory size is the big size,
not the little file size. The file size makes certain shades of red all
the same and then treats them as one small piece of data rather than all
of them separately. [Highly simplified]
So, if PS were just cutting down the number of reds when it resaves in
JPEG, the theory it wouldn't change a thing. Of course, YOU may have
changed something in the picture. Then it isn't changing the same thing.
So, it compresses on top of the previous.
Also, you don't know what settings were used for the first JPEG
compression. The odds are that yours won't be the same. So, PS will be
compressing it differently. That means that it's likely to add to lossiness.
Now, if those losses mean anything or are actually visible are another
question completely. You will have to test that to your own satisfaction.
Clyde
|
|
|
| [
Post Follow-Up to this message ]
|
|
|
|
|
 |
| All times are GMT. The time now is 06:28 PM. |
 |
|
|
|
|
|  |
|