CakeFest 2024: The Official CakePHP Conference

Gmagick::writeimage

(PECL gmagick >= Unknown)

Gmagick::writeimage画像を指定したファイル名で書き出す

説明

public Gmagick::writeimage(string $filename, bool $all_frames = false): Gmagick

画像を指定したファイル名で書き出します。filename が null の場合は、 Gmagick::readimage() あるいは Gmagick::setimagefilename() で設定したファイル名で書き出します。

パラメータ

filename

画像ファイル名。

戻り値

Gmagick オブジェクトを返します。

エラー / 例外

エラー時に GmagickException をスローします。

add a note

User Contributed Notes

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