http://qs321.pair.com?node_id=276709


in reply to converting Jpeg to grayscale

Hi,
I could not find a direct hue reduction (grayscale) either. But you can do a merged copy of the image, whith the copy being grayscaled.
$image->copyMergeGray($sourceImage,$dstX,$dstY, $srcX,$srcY,$width,$height,$percent)
snadra