Given the <img> element, is it possible to pixelate an image using only CSS and / or not use canvas? I saw things like crispy edges (but this is only for scalable images) and a lot of canvas options, but I hope for a better way,
<img>
You can achieve a pixel effect using the CSS rule image-rendering: pixelated; and scaling the image - in this article .
image-rendering: pixelated;