Siren Tiger Home Page::ST-Zone::Ramblings::Ramble #54
Can you tell the difference in these two images? Date: 2008-01-25 ||
<<Previous Ramble<<
Can you tell the difference?
Can you tell the difference between these two images?
Image 1
Click on image to see original image (3072px x 2304px: 1.5 Mb)
Image 2
Click on image to see full-sized version: (3072px x 2304px: 459 kb)

Full-sized version:
- FileName: photo.jpg
- FileDateTime: 1201242636
- FileSize: 469839
- FileType: 2
- MimeType: image/jpeg
- SectionsFound: COMMENT
- COMPUTED:
- html: width="3072" height="2304"
- Height: 2304
- Width: 3072
- IsColor: 1
- COMMENT:
|
Above smaller (512px x 384px: 22 kb) version of the original:
- FileName: web.jpg
- FileDateTime: 1201233020
- FileSize: 23024
- FileType: 2
- MimeType: image/jpeg
- SectionsFound: COMMENT
- COMPUTED:
- html: width="512" height="384"
- Height: 384
- Width: 512
- IsColor: 1
- COMMENT:
|
Can you tell the difference? I certainly can't! Image 1 (original) is the original file my digital camera made, and Image 1 (above) is a smaller version produced by changing the image size with PhotoShop. Image 2, both the full-sized and the web-sized versions, were made using the PHP module::GD. GD simply read the photograph's jpeg information (whatever that is) and then copied the info into new files (one with the full-sized dimensions and the other with web-sized dimensions).
Now what I wonder just what is all the extra information in the original photograph file that makes it whoppin' a Megabyte and half whereas the GD reproduction (which supposedly has all the image data albeit none of the extra "meta" data) is only one third the size. I have no idea. It's possible the GD reproduction has limitations and its versions are poorer in quality (although I can't see any difference). Or it's possible the raw camera data is massive compared to the displayed jpeg data (which is compressed, after all) but stored in jpeg image as well. (After all, one wants all the camera information in the file.) But if that were the case why does PhotoShop's "Save for Web" option result in a file equally large?
It's intriguing. I wish I knew more about it.
|