All Editions
Related Functions
Example
The IN_GetRasterInfoString function returns the information (or comment) string for the specified CALS, TIFF, or JPEG layer. This comment only appears in the raster file's header.
Syntax
int IN_GetRasterInfoString ( layerID, maxSize, pInfo )
|
Input Parameters |
Meaning |
|
IN_LAYER layerID |
identifier of the raster layer |
|
SHORT maxSize |
the maximum size of the pInfo array in bytes |
|
Meaning | |
|
CHARPTR pInfo |
pointer to the comment string |
Release information
Added to Imagenation for Windows in Release 4.30.
Extended in Release 7.2 to support extracting the comment in a JPEG file.
As of Release 5.1, also available in Imagenation for UNIX.
See also