PHP Class Horde_Image_Exif_Exiftool, horde

Author: Michael J. Rubinsky ([email protected])
Inheritance: extends Horde_Image_Exif_Base
Mostrar archivo Open project: horde/horde

Protected Properties

Property Type Description
$_exiftool string Path to exiftool binary

Public Methods

Method Description
__construct ( $params )
getData ( string $image ) : array Get the image's EXIF data.
supportedCategories ( )

Protected Methods

Method Description
_execute ( string $command ) : mixed Executes a exiftool command.

Method Details

__construct() public method

public __construct ( $params )

_execute() protected method

Executes a exiftool command.
protected _execute ( string $command ) : mixed
$command string The command to run
return mixed The result of the command.

getData() public method

Get the image's EXIF data.
public getData ( string $image ) : array
$image string The path to an image.
return array The exif data.

supportedCategories() public method

public supportedCategories ( )

Property Details

$_exiftool protected_oe property

Path to exiftool binary
protected string $_exiftool
return string