Property | Type | Description | |
---|---|---|---|
$_descriptionFields | |||
$_titleFields |
Method | Description | |
---|---|---|
factory ( string $driver = null, array $params = [] ) : Horde_Image_Exif | Factory method for instantiating a Horde_Image_Exif object. | |
getCategories ( ) : array | Obtains an array of supported meta data fields. | |
getDescriptionFields ( mixed $driver = null ) : array | Returns a list of metadata fields that can by used for image descriptions. | |
getFields ( mixed $driver = null, boolean $description_only = false ) : array | Returns a flattened array of supported metadata fields. | |
getHumanReadable ( string $field, string $data ) : string | Converts an exif field into human-readable form. | |
getTitleFields ( mixed $driver = null ) : array | Returns a list of metadata fields that can by used for image titles. | |
intel2Moto ( string $intel ) : string | Converts from Intel to Motorola endien. |
Method | Description | |
---|---|---|
_convertToFraction ( $v, &$n, &$d ) | Converts a floating point number into a fraction. | |
_formatExposure ( $data ) | More human friendly exposure formatting. |
protected static _convertToFraction ( $v, &$n, &$d ) |
protected static _formatExposure ( $data ) |
public static getCategories ( ) : array | ||
return | array |
public static getDescriptionFields ( mixed $driver = null ) : array | ||
$driver | mixed | A Horde_Image_Exif_Base instance or a string specifying the driver in use. |
return | array | An array of metadata field hashes. |
public static getTitleFields ( mixed $driver = null ) : array | ||
$driver | mixed | A Horde_Image_Exif_Base instance or a string specifying the driver in use. |
return | array | An array of metadata field name hashes. |
public static intel2Moto ( string $intel ) : string | ||
$intel | string | |
return | string |