PHP 8.3.4 Released!

Gmagick::setimagegamma

(PECL gmagick >= Unknown)

Gmagick::setimagegammaSets the image gamma

Description

public Gmagick::setimagegamma(float $gamma): Gmagick

Sets the image gamma.

Parameters

gamma

The image gamma.

Return Values

The Gmagick object.

Errors/Exceptions

Throws an GmagickException on error.

add a note

User Contributed Notes

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