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!!!