You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aostrega
changed the title
Crisp pixels for Web display when preserve_pixel_art is flagged
Sharp pixels for Web display when preserve_pixels config is flagged
Oct 4, 2014
Implemented for Firefox and Safari via the image-rendering CSS property at f177b07.
Looking for a good solution for Chrome. Using HTML5 Canvas context's imageSmoothingEnabled property in combination with scaling may work for this project, though the ideal case would be Chrome adding support for the image-rendering property.
Use nearest-neighbor interpolation for Web display when the
preserve_pixels
configuration is set to true on at least Firefox and Chrome.Working browsers
The text was updated successfully, but these errors were encountered: