Closed
Bug 687835
Opened 13 years ago
Closed 6 years ago
Test to improve image rendering on Tablets
Categories
(Firefox for Android Graveyard :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: ibarlow, Unassigned)
References
Details
We're running into some issues where there is a noticeable difference in image rendering quality between our Tablet Nightlies and the stock Browser (and other browsers). Here are some examples:
http://cl.ly/0z1C211H0M18042m0a1s
and http://cl.ly/1s093f0V0f050r213d2D
One suggestion was that it might be a result of page scaling. Let's do a test with an unscaled page, to see if that improves our image quality. If not, we should keep investigating this.
Comment 1•13 years ago
|
||
The banding or color shifts you see are are almost definitely due to limited color depth with 16 bit (rgb565) surfaces or rendering. The only way to get rid of these artifacts would be to up the color depth to 24 bit. We would need to introduce a special path or preference for tablets to differenciate between the GFX_OPTIMIZE_MOBILE define we have in place now.
Updated•13 years ago
|
Priority: -- → P2
Comment 2•12 years ago
|
||
FWIW, bug 683243 won't help with any of the cases here. Bug 764041 makes more sense.
Comment 3•6 years ago
|
||
Closing all opened bug in a graveyard component
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•