-
Notifications
You must be signed in to change notification settings - Fork 719
[css-images-3] Is "image-rendering: crisp-edges" still worthwhile to keep separate? #6038
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Or rather, now that we're making |
I'd favor this option, because:
|
(I'm also happy using |
Cool, sounds good to me. My hope that we could get better pixel-scaling algos into browsers seems like it hasn't succeeded in any case. ^_^ |
For what it’s worth, I would prefer straightforward |
Reopening. This requires broader discussion and a CSSWG resolution. |
Note: This is blocking republication. |
The CSS Working Group just discussed
The full IRC log of that discussion |
… a non-NN algorithm. w3c#6038
Currently,
image-rendering: crisp-edges
is defined somewhat abstractly to just be:It's allowed for this to just be identical to
pixelated
, but it can use more advanced upscaling algorithms if desired, like hq2x (I have no idea what the state of the art here is).Is there any actual interest in making this do something different from
pixelated
? Or should I just fold it in as a legacy alias, like the older SVG keywords?/cc @dholbert especially
The text was updated successfully, but these errors were encountered: