Imagick::getImageRenderingIntent

(PECL imagick 2, PECL imagick 3)

Imagick::getImageRenderingIntentGets the image rendering intent

Description

publicImagick::getImageRenderingIntent(): int

Gets the image rendering intent.

Parameters

This function has no parameters.

Return Values

Returns the image rendering intent.

Errors/Exceptions

Throws ImagickException on error.

To Top