Imagick::setImageGravity

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

Imagick::setImageGravitySets the image gravity

Опис

bool Imagick::setImageGravity ( int $gravity )

Sets the gravity property for the current image. This method can be used to set the gravity property for a single image sequence. Цей метод доступний якщо Imagick був зібраний з версією ImageMagick 6.4.4 або новішою.

Параметри

gravity

The gravity property. Refer to the list of gravity constants.

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

Не повертає значень.

add a note add a note

User Contributed Notes

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