constant ImagemagickExecutionEvent::PRE_CONVERT_EXECUTE in ImageMagick 8.3
Same name and namespace in other branches
- 8.2 src/Event/ImagemagickExecutionEvent.php \Drupal\imagemagick\Event\ImagemagickExecutionEvent::PRE_CONVERT_EXECUTE
Fires before the 'convert' command is executed.
See also
\Drupal\imagemagick\Plugin\ImageToolkit\ImagemagickToolkit::convert()
File
- src/
Event/ ImagemagickExecutionEvent.php, line 44
Class
- ImagemagickExecutionEvent
- Defines the ImagemagickExecutionEvent.
Namespace
Drupal\imagemagick\EventCode
const PRE_CONVERT_EXECUTE = 'imagemagick.convert.preExecute';