On 2008-04-17 19:31-0700, Fred Weinhaus wrote:
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

+matte wasn't documented in http://www.imagemagick.org/script/convert.php
so I used your second example. That second one worked perfectly. Thanks.

--
Noah Spurrier | email: [EMAIL PROTECTED] | http://www.noah.org/wiki/engineering -------------------------------------------------------------------------------
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to