gmxPNMStatus
Author: Hiroshisa Mori / joshua@globalbase.org +
[Transrate]Reiko Inoue Bendtsen c/o Suzaku Translations /
(http://www.suzaku-translations.com/) +
PROTOTYPE
<gmxPNMStatus>
filename <gmxPNMStatus>
ARGUMENTS
filename [mandatory] XLT_STRING [UNDEF REF (XLT_STRING)]File name
ATTRIBUTES
EVALUATION TYPE
applicative
AGENT(S) BELONGS
gbmx
ENVIRONMENT BELONGS
Env1
EXPLANATION
This function returns the header information of a PNM file. The header information has the following format.
[UP]
Go To Page Top
RETURN VALUE
<gmxPNMStatus>
type
width
height
max
</gmxPNMStatus>
type is a character string indicating the PNM file type, such as P1 and P2. width and height indicate numbers of vertical and horizontal pixels of an image. max indicates color resolution. All of these are defined in a PNM file.
ERRORS
-
XLE_SEMANTICS_TYPE_MISSMATCH [UNDEF REF (XLE_SEMANTICS_TYPE_MISSMATCH)]
-
XLE_PROTO_OPEN_FILE [UNDEF REF (XLE_PROTO_OPEN_FILE)]
REFERENCE
BUGS
[UP]
Go To Page Top