public function ImagemagickExecArguments::getSourceFormat in ImageMagick 8.2
Same name and namespace in other branches
- 8.3 src/ImagemagickExecArguments.php \Drupal\imagemagick\ImagemagickExecArguments::getSourceFormat()
Gets the source image format.
Return value
string The source image format.
File
- src/
ImagemagickExecArguments.php, line 475
Class
- ImagemagickExecArguments
- Stores arguments for execution of ImageMagick/GraphicsMagick commands.
Namespace
Drupal\imagemagickCode
public function getSourceFormat() {
return $this->sourceFormat;
}