createImageMeta()
createImageMeta(\Fuman_File $file) : boolean
Creates image meta data (with, height) and ands info to meta property
Parameters
| \Fuman_File | $file |
Flips image
createImageMeta(\Fuman_File $file) : boolean
Creates image meta data (with, height) and ands info to meta property
| \Fuman_File | $file |
updateFileMetaProperty(\Fuman_File $file, integer $width, integer $height)
Update file meta property
| \Fuman_File | $file | |
| integer | $width | |
| integer | $height |
process(\Fuman_File $file, null|\stdClass $options = null) : boolean
Processes (flips) image
| \Fuman_File | $file | |
| null|\stdClass | $options |
_getImageHandle(\Fuman_File $file) : boolean|\stdClass
Create image handle
| \Fuman_File | $file |
_saveImage(\Fuman_File $file, \stdClass $imageData) : boolean
Saves image depending on mime type (jpeg, png, gif)
| \Fuman_File | $file | |
| \stdClass | $imageData |