/**
  * @throws RuntimeException
  */
 public function verifyEngine()
 {
     if (!$this->context->isEngineSupported()) {
         throw new RuntimeException('gd.extension.not.enabled');
     }
 }