Search found 62 matches

by mjamal
2017-12-28T22:40:23-07:00
Forum: IMagick
Topic: How to use fximage in PHP?
Replies: 12
Views: 22217

Re: How to use fximage in PHP?

Hello Fmw42, Thank you for your quick response. Can you please let me know how can i use imagick fximage expression for the changing the Curves values of Output = 160 and Input = 130 for any image, please see the attached screen shot for your reference and please provide the imagick fximage expressi...
by mjamal
2017-12-27T06:15:43-07:00
Forum: IMagick
Topic: How to use fximage in PHP?
Replies: 12
Views: 22217

How to use fximage in PHP?

How can I use the below line of code in PHP imagick?

convert -channel green input.jpg -fx "u*42/255" out.jpg

Please let me know. Thanks in advance.