Default IPTC Handling
If we've retrieved IPTC-Metadata from sourcefile, we write it into the variation here but we omit custom tags for internal use (
Usage
// basic usage
$bool = $imageSizerEngine->writeBackIPTC(string $filename);
// usage with all arguments
$bool = $imageSizerEngine->writeBackIPTC(string $filename, bool $includeCustomTags = false);
Arguments
Name | Type(s) | Description |
---|---|---|
filename | string | the file we want write the IPTC data to |
includeCustomTags (optional) | bool | default is FALSE |
Return value
bool
null
ImageSizerEngine methods and properties
API reference based on ProcessWire core version 3.0.236