Image rendering control
We can control the image rendering algorithms by setting image-rendering property in CSS. [1]
What resize or image generation algorithms are in browser?
If you’re interested in how chromium based browsers generate the images per size or quality parameters, you can refer to the source codes used in the project. [2]
References
- Image rendering, URL: https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering
- Skia image generation, URL:https://blog.allenworkspace.net/Skia-source