Closed
Bug 965254
Opened 12 years ago
Closed 3 years ago
HiDPI upscaling of 1x images looks worse than in Safari
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mstange, Unassigned)
References
()
Details
Attachments
(1 file)
|
1.81 MB,
text/html
|
Details |
This bug was originally reported in bug 957660.
STR:
1. Go to http://www.mozilla.org/en-US/ in Firefox and Safari on a retina Mac.
2. Look at the red thread in the background image behind "Learn the web".
This image does not have a 2x resolution, it gets scaled up by the browser.
The scaled image looks better in Safari than in Firefox. The differences are especially apparent in the curved parts of the red line.
| Reporter | ||
Updated•12 years ago
|
Flags: needinfo?(jmuizelaar)
Comment 1•12 years ago
|
||
The difference in quality seems to come from using Accelerated CoreGraphics. If you "Disable Full Page Accelerated Drawing in New Windows" the quality that you get is the same as Firefox.
Flags: needinfo?(jmuizelaar)
Comment 2•12 years ago
|
||
I think we are using NN for background images to avoid slow scaling of really large background images. CNN for example uses a tiny image they scale across the whole page which is super slow. I added a path to scale that on the GPU which uses higher quality scaling. We could try that
Updated•3 years ago
|
Severity: normal → S3
| Reporter | ||
Comment 4•3 years ago
|
||
No, this looks fixed!
Status: NEW → RESOLVED
Closed: 3 years ago
Flags: needinfo?(mstange.moz)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•