Code: Select all
convert input.tif -fill white -draw "color 4879,6952 floodfill" +matte output.tif
Previously, this worked fine on Ubuntu 12.04, which ships with ImageMagick 6.6.9.7. After upgrading to Ubuntu 14.04, which ships with v6.7.7.10, however, this command just produces a completely transparent image (instead of an image with the black bars replaced by white).
Any ideas?
Thanks!