ISSUE-2242 (image-rendering-nearest-neighbor): Consider adding a new value for 'image-rendering' for nearest neighbor resampling [SVG Core 2.0]

ISSUE-2242 (image-rendering-nearest-neighbor): Consider adding a new value for 'image-rendering' for nearest neighbor resampling [SVG Core 2.0]

http://www.w3.org/Graphics/SVG/WG/track/issues/2242

Raised by: Cameron McCormack
On product: SVG Core 2.0

>From Robert Longson in http://www.w3.org/mid/31fc788d0903211616p1784841j7385b0946494ead3@mail.gmail.com

[[[
I would like to propose an additional value for
http://www.w3.org/TR/SVG11/painting.html#ImageRenderingProperty

disableResampling - The user agent shall use nearest neighbor resampling
only.

Perhaps this isn't the best name for it - disableSmoothing or
disableFiltering anyone. There is a demand e.g. in
https://bugzilla.mozilla.org/show_bug.cgi?id=423756 to turn off bilinear
filtering and optimizeSpeed isn't guaranteed to do that.

Mozilla will introduce something with -moz- for the release of firefox after
3.5 unless an official value appears. The current firefox trunk has
-moz-disable-resampling for SVG images only, although image-rendering will
likely be made to work on html img elements too.
]]]

Received on Sunday, 22 March 2009 23:54:37 UTC