Code: Select all
$ convert -version
Version: ImageMagick 7.0.4-9 Q16 x86_64 2017-02-14 http://www.imagemagick.org
Copyright: © 1999-2017 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC HDRI OpenMP
Delegates (built-in): png zlib
Code: Select all
$ convert flower.png -modulate 100,100,1E25 flower-mod.png
Code: Select all
static inline void ModulateHSL(const double percent_hue,const double percent_saturation,
const double percent_lightness,double *red,double *green,double *blue)
ModulateHSV, ModulateHWB, ModulateLCHab and ModulateLCHuv.
For example non termination of the function ModulateHCL when launching the following command:
Code: Select all
$ convert flower.png -define modulate:colorspace=HCL -modulate 100,100,1E25 flower-mod.png