Closed CodeSandwich closed 4 years ago
I appreciate the suggestion, but I'm trying to keep the scope of this plugin as narrow as possible. I suggest you save your source images in the format that you want them to be delivered as.
It would be a nice workflow to be able to check in uncompressed fullres images and have a Jekyll plugin convert and resize during build.
Situation
I have a set of big source PNG images. It would make sense to have them recompressed as JPG.
Solution
Add to configuration
default_format: jpg|png|webm
andsizes: [ { ... format: jpg|png|webm }]
, which would allow controlling the output format. It would play along greatly with https://github.com/wildlyinaccurate/jekyll-responsive-image/issues/91 to provide a non-resized, but recompressed source image.What do you think about this idea?