After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 498579 - Image is out of bounds
Image is out of bounds
Status: RESOLVED DUPLICATE of bug 485021
Product: GIMP
Classification: Other
Component: General
2.4.x
Other All
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2007-11-20 19:26 UTC by iyeru42
Modified: 2008-10-30 20:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description iyeru42 2007-11-20 19:26:59 UTC
Please describe the problem:
When opening images, GIMP may complain that the image resolution is "out of bounds. Using default resolution instead. " Please make GIMP auto-adjust, we DO NOT want to change the dpi setting just because of this.

http://iyeru42.ryan444123.com/images/bug.jpg

Steps to reproduce:
1. Open the file mentioned in the description to get an error dialog box.


Actual results:
An error dialog occurs reporting the image resolution is "out of bounds. Using default image resolution."

Expected results:
No error dialog box, the image manipulator should have set the resolution automatically.

Does this happen every time?
Yes.

Other information:
Comment 1 Sven Neumann 2007-11-20 19:46:46 UTC
There is no way GIMP can adjust to an image which has a broken resolution setting. You should get the tool fixed that created these images.



*** This bug has been marked as a duplicate of 485021 ***
Comment 2 iyeru42 2007-11-20 20:01:09 UTC
It's not a broken resolution, it's a mismatch of dots per inch.
Comment 3 Sven Neumann 2007-11-20 20:53:07 UTC
This file has a resolution of 0 dpi. That is broken, as far as I can see. GIMP informs you about the problem and tells you that it fixed if for you by using the default resolution instead.
Comment 4 iyeru42 2007-11-20 22:50:46 UTC
Photoshop gives no error, and says the image is 72 dpi.
Comment 5 Martin Nordholts 2007-11-20 23:02:54 UTC
jpeginfo -i bug.jpg also reports 0 dpi. Photoshop probably does what GIMP does but is silent about it which I consider to be evil.
Comment 6 Martin Nordholts 2007-11-20 23:05:32 UTC
This could of course be a bug in libjpeg but I don't find that very likely.