Closed
Bug 372462
Opened 18 years ago
Closed 13 years ago
Improve image quality on resize.
Categories
(Core :: Graphics, enhancement)
Core
Graphics
Tracking
()
RESOLVED
DUPLICATE
of bug 486918
People
(Reporter: BijuMailList, Unassigned)
References
Details
Attachments
(1 file)
14.71 KB,
image/png
|
Details |
Bug 98971 fixed major issues with image resize.
Per bug 98971 comment 146 we could improve image quality,
especially PNG images.
See attachment 205595 [details] (quality comparison img_resize.html)
The resize algorithm used by MSPaint gives a better image than Moz...
Updated•18 years ago
|
OS: Windows XP → All
Hardware: PC → All
Comment 1•18 years ago
|
||
Downscaling and upscaling need different algorithms. This one looks like it's
using an upscaling algo to downscale.
Updated•18 years ago
|
Flags: in-testsuite?
Comment 2•18 years ago
|
||
Downscaling on 2.0.0.4 verified to still use nearest neighbor (or something like it). Note bug 312309 likely a dup of this.
Updated•17 years ago
|
Flags: in-testsuite?
Comment 3•16 years ago
|
||
We hit the same issue in TomTom HOME, I am attaching an example. In this case we are resizing a 250x221 image to 60x53. On the left is the result in Firefox 3.0.3 (XULRunner 1.9.1b1 gives identical results) - rest are different resizing algorithms from an image editor. Second from right is "nearest neighbor" which is similar to Firefox but still a lot better.
Updated•16 years ago
|
Flags: wanted1.9.2?
Flags: wanted1.9.1?
Flags: wanted1.8.1.x?
Flags: wanted-fennec1.0?
Flags: blocking1.9.2?
Flags: blocking1.9.1?
Flags: blocking1.9.0.9?
Flags: blocking1.9.0.10?
Flags: blocking1.8.1.next?
Comment 4•16 years ago
|
||
I report similar bug...
https://bugzilla.mozilla.org/show_bug.cgi?id=486918
IMO dev team should implement Lanczos or at last BiCubic resampling for downsizing or upscaling images for the best quaity...
This methods is not very heavy for CPU, so it should works for all ppl fine...
Comment 5•16 years ago
|
||
You won't help your cause by spamming people. The "blocking" flags are there for a reason (https://wiki.mozilla.org/Calendar:For_Everyone:Blocking_Flags), don't misuse them.
Flags: wanted1.9.2?
Flags: wanted1.9.1?
Flags: wanted1.8.1.x?
Flags: wanted-fennec1.0?
Flags: blocking1.9.2?
Flags: blocking1.9.1?
Flags: blocking1.9.0.9?
Flags: blocking1.9.0.10?
Flags: blocking1.8.1.next?
Comment 6•15 years ago
|
||
I just tried specifying "image-rendering: optimizeQuality" (https://developer.mozilla.org/en/CSS/image-rendering) in Minefield build 20090807 but I don't see a significant difference. Looks like it doesn't fix this bug.
In Gecko 1.9.2 there is no difference between "optimizeQuality" and "auto" (default value), both use bilinear resampling. Will clarify that in the MDC CSS reference.
Updated•15 years ago
|
Component: Image: Painting → Graphics
Product: Core Graveyard → Core
QA Contact: image.gfx → thebes
Does this bug cover the upscaling quality difference between Mac and Linux (upscaling on Linux is notably worse than on Mac)?
FWIW, on Linux, both Chrome and Opera have nicer image upscaling than Firefox.
Comment 10•14 years ago
|
||
Any plans for implementation this in future releases next to Firefox4 ?
Because downscaling quality in the worst compared to all other browsers...
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•