update : 2015.11.03
php.shukuma.com검색:
|
Imagick::gammaImage(PECL imagick 2.0.0) Imagick::gammaImage — Gamma-corrects an image 설명
bool Imagick::gammaImage
( float
$gamma
[, int $channel = Imagick::CHANNEL_ALL
] )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. 인수
반환값
성공시에 오류/예외오류시에 ImagickException이 발생합니다. 예제
Example #1 Imagick::gammaImage()
<?php |