vignette effect using imagemagick
Posted: 2010-02-17T06:45:33-07:00
Hi, am using the below command to apply vignette effect for the "source.jpg" Image and i have got the "destination.png" image
code: exe("convert source.jpg -background CEDAE8 -vignette 210x530 destination.png")
Please help me to get the expected result which i have attached "expected.png"
Source Image : https://www.newtoybox.com/toybox/testing…
Destination : https://www.newtoybox.com/toybox/testing…
expected : https://www.newtoybox.com/toybox/testing…
code: exe("convert source.jpg -background CEDAE8 -vignette 210x530 destination.png")
Please help me to get the expected result which i have attached "expected.png"
Source Image : https://www.newtoybox.com/toybox/testing…
Destination : https://www.newtoybox.com/toybox/testing…
expected : https://www.newtoybox.com/toybox/testing…