|
Cheetah
|
Public Member Functions | |
| execute ($image) | |
Public Member Functions inherited from Intervention\Image\Commands\AbstractCommand | |
| __construct ($arguments) | |
| argument ($key) | |
| getOutput () | |
| hasOutput () | |
| setOutput ($value) | |
Additional Inherited Members | |
Public Attributes inherited from Intervention\Image\Commands\AbstractCommand | |
| $arguments | |
Protected Attributes inherited from Intervention\Image\Commands\AbstractCommand | |
| $output | |
Definition at line 5 of file ExifCommand.php.
| Intervention\Image\Commands\ExifCommand::execute | ( | $image | ) |
Read Exif data from the given image
Note: Windows PHP Users - in order to use this method you will need to enable the mbstring and exif extensions within the php.ini file.
| \Intervention\Image\Image | $image |
Reimplemented from Intervention\Image\Commands\AbstractCommand.
Definition at line 16 of file ExifCommand.php.