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