Ted,
On 11 Mar 2007, at 6:00 pm, (Ted Harding) wrote:
Hi Folks,
I have a little query which someone may be able to clarify.
Background: I download photos off my digital camera. These are 2304x1728 (4:3) JPEGS, 8pits/pixel, around 2MB in size.
As well as storing the originals, I also re-size them to 1024x768 (also 4:3, linear reduction by factor 2.25) because (a) at that geometry they exactly fit my screen, (b) they then come out much smaller in byte-size, convenient for emailing for instance.
I do the re-sizing as follows, in ImageMagick:
- display photo.jpg
- View --> Resize --> 1024x768 --> Resize
- File --> Save --> new filename --> Save
and here's where my query comes. At this point I get a popup window which asks me the "Choose JPEG quality" with default option 75%.
I've wondered how much this "quality" matters, so I've done a bit of experimentation, saving the re-sized file both at 75% (the default) and 100%. Then I put both of them up (on different "workspace" panels) and flip between them.
Try as I may, I can't visually perceive any difference between them.
Yet, for example, one 75% file has 171064 bytes, and its 100% counterpart has 694833 bytes, 4 times larger.
Bear in mind that monitors are at best, 72dpi so the perceived difference on screen may not be as noticeable as it would be if you were to print it out. 75% is probably a good place to start, but I would then play with the quality to get the lowest size (if diskspace is an issue) to the best on screen quality. I guess it also depends on whether the people you email the photos to want to print them out or not.
Hope that helps a bit,
Dave