Imagick::resetImagePage

(No version information available, might only be in Git)

Imagick::resetImagePageReset image page

Опис

bool Imagick::resetImagePage ( string $page )

The page definition as a string. The string is in format WxH+x+y. Цей метод доступний якщо Imagick був зібраний з версією ImageMagick 6.3.6 або новішою.

Параметри

page

The page definition. For example 7168x5147+0+0

Значення, що повертаються

Повертає TRUE в разі успіху.

add a note add a note

User Contributed Notes 1 note

up
1
Roman T.
11 years ago
This function seems to do the same thing as photoshop feture convas size, you set size of convas and position of your image's top left corner (x,y) inside that convas.
To Top