PxGreyImage

PxGreyImage — converts colored images to grey.

Syntax

PxGreyImage (image)

		

Arguments

image

Returns

The image, grey-scaled.

Description

This convenience function converts the colors of an image to grey scales, by calling PgGray and PgGrayValue.

Example

See the example for PxConvolveImage

See Also

PxCopyImage, PxConvolveImage, PxThresholdImage,