You are here

public function ImagemagickExecArguments::getSourceFormat in ImageMagick 8.3

Same name and namespace in other branches
  1. 8.2 src/ImagemagickExecArguments.php \Drupal\imagemagick\ImagemagickExecArguments::getSourceFormat()

Gets the source image format.

Return value

string The source image format.

File

src/ImagemagickExecArguments.php, line 303

Class

ImagemagickExecArguments
Stores arguments for execution of ImageMagick/GraphicsMagick commands.

Namespace

Drupal\imagemagick

Code

public function getSourceFormat() : string {
  return $this->sourceFormat;
}