Closed
Bug 343952
Opened 19 years ago
Closed 19 years ago
Image scaling doesn't use filtering
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: agro1986, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Scaling an image by setting the width of the img tag will produce ugly looking images. This is because no filtering is used to scale the image.
Reproducible: Always
Steps to Reproduce:
load a web page with the tag <img src="bla.jpg" width="x"/> where width is not the same as the image's width.
Actual Results:
Image that is scaled badly.
Expected Results:
Image that is scaled nice, like doing the scaling from GIMP with filtering turned on.
Comment 1•19 years ago
|
||
*** This bug has been marked as a duplicate of 98971 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•