You are here

public function ImagemagickExecArguments::getSourceFrames in ImageMagick 8.3

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

Gets the source image frames to access.

Return value

string|null The frames in '[n]' string format.

See also

http://www.imagemagick.org/script/command-line-processing.php

File

src/ImagemagickExecArguments.php, line 330

Class

ImagemagickExecArguments
Stores arguments for execution of ImageMagick/GraphicsMagick commands.

Namespace

Drupal\imagemagick

Code

public function getSourceFrames() {
  return $this->sourceFrames;
}