To create a png with the transparent background:
newimage(width, height, "transparent", "png")
(PECL gmagick >= Unknown)
Gmagick::newimage — 新しい画像を作成する
新しい画像を作成し、背景色を設定します。
width
新しい画像の幅。
height
新しい画像の高さ。
background
この画像で使う背景色 (浮動小数点数)。
format
画像フォーマット。
Gmagick オブジェクトを返します。
エラー時に GmagickException をスローします。