Closed
Bug 667850
Opened 14 years ago
Closed 14 years ago
Severe aliasing in resized images
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 486918
People
(Reporter: ws.bugzilla, Unassigned)
Details
Attachments
(2 files)
As described in bug 98971, Firefox does *some* filtering on the images it resizes. However, in my opinion, it is far from adequate. Firefox still shows severe aliasing when shrinking images.
Steps to reproduce the attached image:
- go to http://apod.nasa.gov/apod/ap101029.html
- hold Ctrl+- until the zoom limit is reached
Component: General → ImageLib
Product: Firefox → Core
QA Contact: general → imagelib
Attachment shows that even bilinear filtering is much better than what Firefox does.
Comment 2•14 years ago
|
||
bug 98971 is for *upscaling*, not downscaling. It uses bilinear filetring.
Downscaling uses nearest neighbor as far as I know, except on Android (bilinear if hardware acceleration is available).
I think this is a dupe of bug 372462 or bug 486918, but there are so many similar bugs out there, that it's not easy to see which is the best to choose.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•