PHP » GoLang |
login |
register |
about
|
GoLang Imagick::gammaImage
request it (322)
GoLang replacement for PHP's Imagick::gammaImage
[edit | history]
Imagick::gammaImage(PECL imagick 2.0.0) Imagick::gammaImage — Gamma-corrects an image Description
bool Imagick::gammaImage
( float
$gamma
[, int $channel = Imagick::CHANNEL_DEFAULT
] )Gamma-corrects an image. The same image viewed on different devices will have perceptual differences in the way the image's intensities are represented on the screen. Specify individual gamma levels for the red, green, and blue channels, or adjust all three with the gamma parameter. Values typically range from 0.8 to 2.3. Parameters
Return Values
Returns Errors/ExceptionsThrows ImagickException on error. Examples
Example #1 Imagick::gammaImage()
<?php |
more
Recently updated
more
Most requested
more
Last requests
|