$imageMagick->process()
Creates and runs the full imagemagick command to process the image
$imageMagick->process(string $file, array $options = [ ]): array
Parameters
| Name | Type | Default |
|---|---|---|
| $filerequired | string |
no default value |
| $options | array |
[ ]
|
Return type
array
This method modifies the existing $imagemagick object it is applied to and returns it again.
Exceptions
| Type | Description |
|---|---|
Exception |