PHP 7.0.6 Released

Imagick::setImageRenderingIntent

(PECL imagick 2.0.0)

Imagick::setImageRenderingIntentSets the image rendering intent

Description

bool Imagick::setImageRenderingIntent ( int $rendering_intent )

Sets the image rendering intent.

Parameters

rendering_intent

Return Values

Returns TRUE on success.

Errors/Exceptions

Throws ImagickException on error.

User Contributed Notes

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