ReadCALSInfo

#include "BITIFF.H"

BOOL PASCAL ReadCALSInfo( LPSTR               lpFileName,
LPCALSINFO  lpCals)

Description

Reads  raster information records from the specified CALS transfer unit file and fills the given LPCALSINFO structure. The following CALS transfer unit file records will be read:

rtype:(dtype:)          - Data type

rorien:                      - Raster image orientation.

rpelcnt:                    - Raster image pel count.

rdensty:(rdensity)   - Raster image density.

Parameters

LPSTR

lpFileName

Pointer to the file name string.

LPCALSINFO

lpCals

Pointer to a LPCALSINFO structure.

Return values

Returns TRUE on success, FALSE if failed.

Requirements

Header :     Declared in BiTiff.h; include BiTiff.h.

Library :    Use BiTiff.lib.

DLLs :       BiTiff.dll.