Hello -- I am trying to make all green areas of a PNG file transparent. That would include any pixels where the green is mixed with another color for anti-aliasing purposes. Here's what I initially tried: convert.exe "D:\junk\01_original.png" -colorspace RGB -separate -negate "D:\junk\02_mask.png ...