vignette effect using imagemagick

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
yogeshr1508

vignette effect using imagemagick

Post by yogeshr1508 »

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
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: vignette effect using imagemagick

Post by Bonzo »

Thats strange - same question and the same images as viewtopic.php?f=1&t=15316&hilit=vignette
Post Reply