rosell-dk / webp-convert

Convert jpeg/png to webp with PHP (if at all possible)
MIT License
578 stars 102 forks source link

Implement "preset" option for imagick, imagemagick, graphicsmagick and gmagick #275

Closed rosell-dk closed 3 years ago

rosell-dk commented 3 years ago

The imagemagick family has an option called "image-hint", which almost corresponds to "preset", except that it has grouped three of the options into a "graph" option.

Add "preset" option and map it into the "image-hint" option, such that "drawing", "icon" and "text" gets mapped into "graph"

rosell-dk commented 3 years ago

Done!