Gmagick::resizeimage
(PECL gmagick >= Unknown)
Gmagick::resizeimage — 画像のサイズを変更する
説明
public Gmagick::resizeimage(
int
int
int
float
bool
): Gmagick
int
$width
,int
$height
,int
$filter
,float
$blur
,bool
$fit
= false
): Gmagick
指定した大きさとフィルタで、画像のサイズを変更します。
パラメータ
width
-
画像の幅。
height
-
画像の高さ。
filter
-
利用するフィルタ。
blur
-
blur 要素。> 1 はぼやけた状態、< 1 はシャープな状態を表します。
戻り値
Gmagick オブジェクトを返します。
エラー / 例外
エラー時に GmagickException をスローします。
+add a note
User Contributed Notes
There are no user contributed notes for this page.