Floodfill transparency going over black lines
Posted: 2009-10-05T12:06:12-07:00
I have some images that I'm trimming/resizing and turning the white background into transparency, and I've run into a problem with one file. I can't figure out why the floodfill goes OVER the black line.
I've tried various combinations of fuzz, draw, etc. In general I'm using:
convert espn_u.eps -flatten -bordercolor white -border 1x1 -matte -fill none -fuzz 20% -draw "matte 1,1 floodfill" -shave 1x1 -trim -strip espn_u.gif
The source file is:
http://www.tvpassport.com/tvmds/grid/im ... espn_u.eps
Before (just convert -flatten espn_u.eps espn_u.gif):
After:
Any advice?
I've tried various combinations of fuzz, draw, etc. In general I'm using:
convert espn_u.eps -flatten -bordercolor white -border 1x1 -matte -fill none -fuzz 20% -draw "matte 1,1 floodfill" -shave 1x1 -trim -strip espn_u.gif
The source file is:
http://www.tvpassport.com/tvmds/grid/im ... espn_u.eps
Before (just convert -flatten espn_u.eps espn_u.gif):
After:
Any advice?