Method |
Description |
|
__construct ( Exiftool $exiftool ) |
|
|
create ( Psr\Log\LoggerInterface $logger ) : Writer |
Factory for standard Writer |
|
erase ( boolean $boolean, boolean $maintainICCProfile = false ) |
If set to true, erase all metadatas before write |
|
hasModule ( integer $module ) : boolean |
Return true if the module is enabled |
|
isMode ( integer $mode ) : boolean |
Return true if the mode is enabled |
|
reset ( ) |
|
|
setMode ( integer $mode, boolean $active ) : Writer |
Enable / Disable modes |
|
setModule ( integer $module, boolean $active ) : Writer |
Enable / disable module. |
|
write ( string $file, MetadataBag $metadatas, string $destination = null ) : integer |
Writes metadatas to the file. If a destination is provided, original file
is not modified. |
|