ImagickDraw::setResolution

(PECL imagick 3 >= 3.1.0)

ImagickDraw::setResolutionSets the resolution

Descrição

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

Sets the resolution.

Parâmetros

x_resolution

y_resolution

Valor Retornado

Retorna true em caso de sucesso.

To Top