Background floodfill with Imagick
Posted: 2008-09-19T10:47:00-07:00
My question is regarding creating a ‘fake’ transparent background with floodfill. I’ve managed to find an ImageMagick example but couldn’t figure out yet how to use Imagick to do the same.
Here:
http://www.imagemagick.org/Usage/channels/
”
convert cyclops.png -bordercolor white -border 1×1 -matte \
-fill none -fuzz 20% -draw ‘matte 0,0 floodfill’ \
-shave 1×1 cyclops_flood_3.png
”
Thanks
Here:
http://www.imagemagick.org/Usage/channels/
”
convert cyclops.png -bordercolor white -border 1×1 -matte \
-fill none -fuzz 20% -draw ‘matte 0,0 floodfill’ \
-shave 1×1 cyclops_flood_3.png
”
Thanks