Module Image.TIFF
- Variable
tiff_tags
mapping(int:mapping(string:mixed)) Image.TIFF.tiff_tags- Description
Defines TIFF tags to parse.
tag:mapping(string:string||TYPEarray())TYPEFor each supported TIFF tag the following information is kept:
"name":stringName of the tag. Currently only used to aid the programmer when reading the rules.
"type":|TYPEarray()TYPEDefines what types a tag can have.
"prop":string|array(string)The property name that the value of tag will be displayed as in the resulting mapping.
"fn":function(:void)Optional function to do processing on the tag value. Can return a single value or a mapping. If mapping, that mapping is added to the resulting mapping. Note that the first argument can either be an integer or a string.