CakeFest 2024: The Official CakePHP Conference

Gmagick::setimageunits

(PECL gmagick >= Unknown)

Gmagick::setimageunits画像の解像度の単位を設定する

説明

public Gmagick::setimageunits(int $resolution): Gmagick

画像の解像度の単位を設定します。

パラメータ

resolution

画像の解像度の単位。Undefinedresolution、PixelsPerInchResolution あるいは PixelsPerCentimeterResolution。 解像度 の定数のうちの一つ。 (Gmagick::RESOLUTION_*)

戻り値

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

エラー / 例外

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

add a note

User Contributed Notes

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