Method | Description | |
---|---|---|
getImageDimensions ( string $filePath ) : object | ||
storeImagesToLocalFile ( string[] $imageSrcs, boolean $returnAll, |
Writes an image src http string to disk as a temporary file and returns the LocallyStoredImage object that has the info you should need on the image |
Method | Description | |
---|---|---|
getFileExtensionName ( object $imageDetails ) : string | ||
handleEntity ( string[] $imageSrcs, boolean $returnAll, |
public static getImageDimensions ( string $filePath ) : object | ||
$filePath | string | |
return | object |
public static storeImagesToLocalFile ( string[] $imageSrcs, boolean $returnAll, |
||
$imageSrcs | string[] | |
$returnAll | boolean | |
$config | ||
return | Goose\Images\LocallyStoredImage[] |