[mmUshort] [Up] [mmUint8] Data Type Conversion

mmInt32
Convert an image to an int32 image.

Synopsis

Image mmInt32 ( const Image& f );

Input

f Image

Any image

Output

img Image

The converted image

Description

mmInt32 clips the input image between the values -2147483647 and 2147483647 and converts it to the signed 32-bit datatype.

See also

mmUint16 Convert an image to a uint16 image.
mmUint8 Convert an image to an uint8 image.
mmDatatype Return the image datatype string
[mmUshort] [Up] [mmUint8]