I am not sure if this will make it black or white (perhaps it depends upon the color under the transparent area).

convert input +matte output



But this should make fully transparent pixels into pure white:

convert input -fill white -opaque none output






I have a bunch of PNG images that have transparent pixels. I want to replace
the transparent pixels with white. Is there a quick way to do this? I just
need to get rid of all transparency.
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to