Open-source solution to generate responsive images?
by @_seobeginner (112), 1 month ago
For better optimization of images in work I fill in the attribute srcset. To generate an array of images I use the service isrcset.com, it seems to cope with the task and even allows generating several sets at a time, but I would like to have a local solution, without using third-party services all the time. Perhaps someone knows an open-source solution for generating responsive images?
by @browsef (120), 2 weeks ago
Check out ImageMagick or Sharp. Both are great open-source tools for image processing and can help you generate responsive images locally. They allow you to create multiple sizes easily and integrate into your workflow without relying on external services.