monochrome from jpg's
Posted: 2012-04-27T04:07:56-07:00
Is there a 'Grayscale' function within the php version of ImageMagick which does the same as the command line function:
exec("convert $image -type Grayscale $outimage ")
I have been using '$im1->imagefilter(100,0,100);' but this just desaturates the image and produces a low contrast result.
thanks alan dunn
exec("convert $image -type Grayscale $outimage ")
I have been using '$im1->imagefilter(100,0,100);' but this just desaturates the image and produces a low contrast result.
thanks alan dunn