PHP 8.3.4 Released!

ImagickDraw::setResolution

(PECL imagick 3 >= 3.1.0)

ImagickDraw::setResolutionУстанавливает разрешение

Описание

public ImagickDraw::setResolution(float $x_resolution, float $y_resolution): bool

Устанавливает разрешение.

Список параметров

x_resolution

y_resolution

Возвращаемые значения

В случае успешной работы возвращает true.

add a note

User Contributed Notes

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