protected property ImagemagickExecArguments::$arguments in ImageMagick 8.2
Same name and namespace in other branches
- 8.3 src/ImagemagickExecArguments.php \Drupal\imagemagick\ImagemagickExecArguments::arguments
The array of command line arguments to be used by 'convert'.
Type: string[]
File
- src/
ImagemagickExecArguments.php, line 53
Class
- ImagemagickExecArguments
- Stores arguments for execution of ImageMagick/GraphicsMagick commands.
Namespace
Drupal\imagemagickCode
protected $arguments = [];