can IM do Hue/Saturation event of PS?

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
linjuming
Posts: 122
Joined: 2011-01-25T00:09:50-07:00
Authentication code: 8675308

can IM do Hue/Saturation event of PS?

Post by linjuming »

Can IM simulate Hue/Saturation of PS?

orgin test.png
1.png
1.png (3.24 KiB) Viewed 9543 times
Hue/Saturation in PS
2.png
2.png (33.5 KiB) Viewed 9543 times
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: can IM do Hue/Saturation event of PS?

Post by Bonzo »

Use: bool Imagick::modulateImage ( float $brightness , float $saturation , float $hue )

Imagick options list:
http://uk.php.net/imagick

Some Imagick examples:
http://valokuva.org/
linjuming
Posts: 122
Joined: 2011-01-25T00:09:50-07:00
Authentication code: 8675308

Re: can IM do Hue/Saturation event of PS?

Post by linjuming »

thank you very much
Post Reply