| Re: Problems with the Gallery Demo...
Actually, I would be willing to bet that other people have seen this problem and just ascribed it to the browser and left it at that without realizing that it potentially had another contributing root cause. Also, it may not happen when viewing an individual image, in addition to the fact that it may or may not be a legacy browser issue. It may also only happen when the file with embedded data is in a stream of other image data (such as gallery thumbnails).
Also, from a coding standpoint, a consistency check between reported EXIF/JPEG resolutions might be a good idea. They should match, right? If not, then there may be something suspicious with the file (perhaps if not a thumbnail). Some of this logic might also apply to TIFF or other formats, if/when they are supported.
|