Method | Description | |
---|---|---|
getData ( mixed $image ) | ||
supportedCategories ( ) |
Method | Description | |
---|---|---|
_formatData ( $type, $tag, $intel, $data ) : unknown_type | ||
_lookupTag ( $tag ) : unknown_type | ||
_lookupType ( $type ) : array | Look up the data type. | |
_readData ( mixed $path ) : array | ||
_readEntry ( &$result, $in, $intel, $ifd_name, $globalOffset ) : unknown_type |
protected _formatData ( $type, $tag, $intel, $data ) : unknown_type | ||
$type | ||
$tag | ||
$intel | ||
$data | ||
return | unknown_type |
protected _lookupType ( $type ) : array | ||
return | array | An array containing the string type name in the 0 index and the integer size in the 1 index. |
protected _readEntry ( &$result, $in, $intel, $ifd_name, $globalOffset ) : unknown_type | ||
$result | ||
$in | ||
$intel | ||
$ifd_name | ||
$globalOffset | ||
return | unknown_type |