Dutch PHP Conference 2025 - Call For Papers

Imagick::getImageMatte

(PECL imagick 2, PECL imagick 3)

Imagick::getImageMatteReturn if the image has a matte channel

Увага

Ця функція ЗАСТАРІЛА починаючи з Imagick 3.4.4. Вкрай не рекомендується на неї покладатися.

Опис

public Imagick::getImageMatte(): bool

Returns true if the image has a matte channel otherwise false. Цей метод доступний, якщо Imagick зібраний з ImageMagick версії 6.2.9 або новішою.

Параметри

У цієї функції немає параметрів.

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

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

add a note

User Contributed Notes

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