(PECL gmagick >= Unknown)
Sets the filename before you read or write the image
public Gmagick Gmagick::setfilename ( string $filename )
Sets the filename before you read or write an image file.
Parameters:
filename
The image filename.
Returns:
The Gmagick object on success
Exception:
Throws an GmagickException on error.
Please login to continue.