php-imagine / Imagine

PHP Object Oriented image manipulation library
https://imagine.readthedocs.io
Other
4.42k stars 530 forks source link

feat: Added imagemagick cli default filter SyncFast. #823

Closed sschueller closed 2 years ago

sschueller commented 2 years ago

I have added the filter "SyncFast" which is the default used by ImageMagick when using convert on the command line. For example when doing the following (with debug output enabled):

convert test.jpeg -set option:filter:verbose 1 -resize '250x350' resized_test.jpeg