MagickLevelImage parameters
Posted: 2007-02-09T05:32:40-07:00
Reading Anthony's ImageMagick Examples here: http://www.imagemagick.org/Usage/color/#levels
How to implement this in MagickWand PHP? I know there's a function MagickLevelImage, but it seems I cannot use percentage in the function's parameters.
While adjusting the black and white 'points' inward will increase the overall contrast of the image, a little...
convert rose: -level 5%,95%,1.0 rose_contrast.gif
Or increase the contrast a LOT...
convert rose: -level 20%,80%,1.0 rose_contrast2.gif
How to implement this in MagickWand PHP? I know there's a function MagickLevelImage, but it seems I cannot use percentage in the function's parameters.