Image rendering and scaling algorithms in browsers

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

  1. Image rendering, URL: https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering
  2. Skia image generation, URL:https://blog.allenworkspace.net/Skia-source
This entry was posted in image processing, Web Design, 未分類 and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *