Gmagick::getimageresolution

(PECL gmagick >= Unknown)

Gmagick::getimageresolutionGets the image X and Y resolution

Описание

public array Gmagick::getimageresolution ( void )

Returns the resolution as an array.

Список параметров

У этой функции нет параметров.

Возвращаемые значения

Returns the resolution as an array.

Ошибки

Вызывает GmagickException при ошибке.

Коментарии

Автор:
The array returned is in the format

Array
(
    [x] => 300
    [y] => 300
)
2013-06-20 12:17:50
http://php5.kiev.ua/manual/ru/gmagick.getimageresolution.html

    Поддержать сайт на родительском проекте КГБ