PHP 8.5.0 RC 2 available for testing

Imagick::getImageGravity

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

Imagick::getImageGravity β€” Gets the image gravity

AΓ§Δ±klama

public Imagick::getImageGravity(): int

Gets the current gravity value of the image. Unlike Imagick::getGravity(), this method returns the gravity defined for the current image sequence. Bu yΓΆntem, derleme sΔ±rasΔ±nda ImageMagick kΓΌtΓΌphanesinin 6.4.4 veya sonraki bir sΓΌrΓΌmΓΌ kuruluysa kullanΔ±labilir.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dânen Değerler

Returns the images gravity property. Refer to the list of gravity constants.

οΌ‹add a note

User Contributed Notes

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