Re: how to draw an outline for a given image
Posted: 2016-08-19T17:53:02-07:00
Sorry..I am new here
I said I am using IM7 (Version: ImageMagick 7.0.2-7 Q16 x64 2016-08-06 http://www.imagemagick.org)
I tried to save as .jpg and dind't get what i wanted
But now i tried to save as .png format
It worked fine. Thanks again for the quick responses.
I need to figure this out to use in C#...thanks much!!!
I said I am using IM7 (Version: ImageMagick 7.0.2-7 Q16 x64 2016-08-06 http://www.imagemagick.org)
I tried to save as .jpg and dind't get what i wanted
Code: Select all
magick 781c0085d6.jpg -bordercolor white -border 1 -fuzz 20% -fill none -draw "alpha 0,0 floodfill" -shave 1x1 result.jpg
Code: Select all
magick 781c0085d6.jpg -bordercolor white -border 1 -fuzz 20% -fill none -draw "alpha 0,0 floodfill" -shave 1x1 result.png
I need to figure this out to use in C#...thanks much!!!