Gmagick::getimageresolution

(PECL gmagick >= Unknown)

Gmagick::getimageresolutionGets the image X and Y resolution

Description

public array Gmagick::getimageresolution ( void )

Returns the resolution as an array.

Parameters

This function has no parameters.

Return Values

Returns the resolution as an array.

Errors/Exceptions

Throws an GmagickException on error.

Коментарии

Автор:
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

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