PHP 8.5.0 RC 2 available for testing

Imagick::resetImagePage

(PECL imagick 2 >= 2.3.0, PECL imagick 3)

Imagick::resetImagePage β€” Reset image page

Beschreibung

public Imagick::resetImagePage(string $page): bool

The page definition as a string. The string is in format WxH+x+y. Diese Funktion ist verfΓΌgbar, wenn Imagick gegen die ImageMagick-Version 6.3.6 oder hΓΆher kompiliert wurde.

Parameter-Liste

page

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

RΓΌckgabewerte

Liefert true bei Erfolg.

οΌ‹add a note

User Contributed Notes 1 note

up
1
Roman T. ΒΆ
12 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