ImagickDraw::setResolution

(PECL imagick 3 >= 3.1.0)

ImagickDraw::setResolutionDescription

Descripción

publicImagickDraw::setResolution(float$x_resolution, float$y_resolution): bool

Establece la resolución.

Parámetros

x_resolution

y_resolution

Valores devueltos

Devuelve true en caso de éxito.

To Top