CakeFest 2024: The Official CakePHP Conference

Imagick::getPage

(PECL imagick 2, PECL imagick 3)

Imagick::getPageページのジオメトリを返す

説明

public Imagick::getPage(): array

Imagick オブジェクトに関連付けられたページのジオメトリを返します。 "width"、"height"、"x" そして "y" というキーを持つ連想配列となります。

パラメータ

この関数にはパラメータはありません。

戻り値

Imagick オブジェクトに関連付けられたページのジオメトリを返します。 "width"、"height"、"x" そして "y" というキーを持つ連想配列となります。 エラー時に ImagickException をスローします。

add a note

User Contributed Notes

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