Closed
Bug 86162
Opened 24 years ago
Closed 24 years ago
GIF Images with size specified are chopped under Linux
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
People
(Reporter: mikeg, Assigned: asa)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.2-2 i686; en-US; rv:0.9.1) Gecko/20010607
BuildID: 2001060713
In the page at http://www.bsd-box.net/bug.html the image clif.gif
has a HEIGHT attribute specified. The image resizes correctly in Mozilla under
Windows (same build ID), however under Linux the image is cropped down (part of
the image is lost).
This does not happen with jpeg images.
Reproducible: Always
Steps to Reproduce:
1.go to http://www.bsd-box.net/bug.html
2.See only part of the dog's head
3.(optional) curse wildly.
Actual Results: Aside from cursing wildly, I only got a portion of the image
cliff.gif to display on my screen.
Expected Results: The image should have been resized (as under windows).
-I am filing this bug as "Major" since many sites use GIF images, and if they
use WIDTH= or HEIGHT= attributes users of Mozilla under Linux will not see part
of the image.
![]() |
||
Comment 2•24 years ago
|
||
We clip images wrong when scaling under Linux. Various patches are in
development/review for this.
*** This bug has been marked as a duplicate of 74313 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 3•24 years ago
|
||
Yep. A verifiable dup of bug 74313 - Impossible to display an image at other
than intrinsic size (can't resize dynamically or in <img> tag).
Thanks for helping with Mozilla! The most frequent bug list
(http://bugzilla.mozilla.org/duplicates.cgi) is a good reference to check before
reporting bugs.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•