update : 2015.11.03
php.shukuma.com검색:
|
Imagick::brightnessContrastImage(No version information available, might only be in Git) Imagick::brightnessContrastImage — Description 설명
public void Imagick::brightnessContrastImage
( string
$brightness
, string $contrast
[, string $CHANNEL = Imagick::CHANNEL_DEFAULT
] )Change the brightness and/or contrast of an image. It converts the brightness and contrast parameters into slope and intercept and calls a polynomical function to apply to the image. 인수
반환값
예제
Example #1 Imagick::brightnessContrastImage()
<?php |