You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build a super low consumption website, one way is to "dithering" the images from the website. The option is already available in ImageMagick, but not on the ones supported by jekyll-assets.
Not a Jekyll expert, neither ruby, but I would love to have this feature implemented.
I don't know if I trust implicit forwarding with something that could potentially hit the system.
Agreed! That's why I said a "bad" implementation ^^
We could build an array with only the safest functions of ImageMagick? to filter what we pipe to it.
Request
I'm trying to build a super low consumption website, one way is to "dithering" the images from the website. The option is already available in ImageMagick, but not on the ones supported by
jekyll-assets
.Not a Jekyll expert, neither ruby, but I would love to have this feature implemented.
A (bad) example of implementation
In assets/plugins/proxy/magick.rb
The text was updated successfully, but these errors were encountered: