/** * {@inheritdoc} */ public function apply(ImageInterface $image) { return $image->show($this->format, $this->options); }