You are here

constant ImagemagickExecutionEvent::PRE_CONVERT_EXECUTE in ImageMagick 8.2

Same name and namespace in other branches
  1. 8.3 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\Event

Code

const PRE_CONVERT_EXECUTE = 'imagemagick.convert.preExecute';