Gmagick::setimagefilename

(PECL gmagick >= Unknown)

Gmagick::setimagefilenameSets the filename of a particular image in a sequence

说明

public Gmagick::setimagefilename(string $filename): Gmagick

Sets the filename of a particular image in a sequence.

参数

filename

The image filename.

返回值

The Gmagick object.

错误/异常

错误时抛出 GmagickException

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top