Gmagick::newimage
新しい画像を作成する
説明
public Gmagick Gmagick::newimage(
int $width
,
int $height
,
string $background
,
string $format
= ?
)
パラメータ
-
width
-
新しい画像の幅。
-
height
-
新しい画像の高さ。
-
background
-
この画像で使う背景色 (浮動小数点数)。
-
format
-
画像フォーマット。
エラー / 例外
エラー時に
GmagickException をスローします。