Re: [csswg-drafts] [css-images-3] image-rendering:pixelated should not force "nearest neighbor" (or similar) when the scale factor is far from an integer (e.g. 150%) (#5837)

Yes, NN can be trivially done with a single source pixel of margin around the window that you're scaling. If we can currently handle auto-scaling a 150x150 image to 150e6x150e6 (presumably by only scaling a window of the source), we can handle doing the same with an NN step first.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5837#issuecomment-786076544 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 25 February 2021 17:36:01 UTC