Closed
Bug 227357
Opened 22 years ago
Closed 21 years ago
Mozilla does not display very large images (>16384 pixels)
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: winjer, Assigned: jdunn)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031202
The image at http://www.tawbaware.com/maxlyons/gigapixel_strip.jpg is a very
large strip (40784x100 pixels), mozilla refuses to display it.
Reproducible: Always
Steps to Reproduce:
1. Load the image from the URL or local hard disk.
Actual Results:
Mozilla says "The image “http://www.tawbaware.com/maxlyons/gigapixel_strip.jpg”
cannot be displayed, because it contains errors."
Expected Results:
Displayed the image.
Comment 1•22 years ago
|
||
This is a different bug than 9922. We limit the width and height dimensions
of an image to 32767 to a primitive attempt to prevent overflow of a 32-bit
int size (gfxImageFrame.cpp).
Comment 3•22 years ago
|
||
Broken on Linux as well. Confirming.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 2000 → All
Hardware: PC → All
Comment 4•22 years ago
|
||
see also bug 113406 (Mac can't handle images >4095 pixels)
Comment 5•21 years ago
|
||
Works for me -
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040411 Firefox/0.8
and
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040316
Possibly fixed by bug 9922 patch?
Comment 6•21 years ago
|
||
See also bug 100250 - Large image causes machine to lock up.
Comment 7•21 years ago
|
||
I think this bug is fixed with the 64bit image patch from biesi(?).
This haven't to do with bug 100250
![]() |
||
Comment 9•21 years ago
|
||
WFM Mozilla 1.7.2 on Win2k. Could this be fixed by the patch from bug 101018?
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 10•21 years ago
|
||
Now WFM in Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7)
Gecko/20040707 Firefox/0.9.2
You need to log in
before you can comment on or make changes to this bug.
Description
•