vitoc / gmagick

PHP extension that wraps the GraphicsMagick library. Access GraphicsMagick's capabilities via PHP.
Other
29 stars 16 forks source link

Support for brightnesscontrastimage() #43

Open BenMorel opened 6 years ago

BenMorel commented 6 years ago

Currently, Gmagick provides support for contrastimage(), but not for brightnesscontrastimage().

The MagickBrightnessContrastImage() is here: https://www.imagemagick.org/api/MagickWand/magick-image_8c_source.html#l01053

Could you please add support for it? Thank you!

boogiefromzk commented 2 years ago

Yes, it would be useful.