Pink 0.9
|
return the maximum of the pixel values of an image More...
return the maximum of the pixel values of an image
Usage: max1 in.pgm [out.list]
Description: This function returns (in the list out.list) the maximum of the pixel values of the image in.pgm .
If the parameter out.list is ommitted, the result is printed on the standard output.
Types supported: byte 2d, byte 3d, int32_t 2d, int32_t 3d, float 2d, float 3d
Category: arith