(PECL gmagick >= Unknown)
Sets the filename of a particular image in a sequence
public Gmagick Gmagick::setimagefilename ( string $filename )
Sets the filename of a particular image in a sequence.
Parameters:
filename
The image filename.
Returns:
The Gmagick object on success.
Exception:
Throws an GmagickException on error.
Please login to continue.