Hi Again, So I've got a working solution now and wanted to share it with the group. To get to my working solution, I had to step back in my image processing pipeline to where I have a grayscale image. I want to convert this image to transparent wherever it's black, and red where it's white. To make a long story short, I found the following combination of options worked for me:
#>convert test.png -transparent-color black -fill red -opaque white -map netscape: test.png I think the most important thing I changed was starting with a grey scale 8BPP rather than trying to downscale a 64BPP image. Thanks for the help, sorry for being such a noisy list user. Cheers, Andrew _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
