I'm currently learning how to program and have been creating several .bmps to use as graphics. I can code it to filter out color 0, 255, 255 which I use for the blank space in my bmp's since there's no transparency allowed with them. The problem is around the edge of the object the cyan background blended when I flattened the layers, causing a bright blue outline around my object, but not the cyan color that gets filtered.
It's pretty ugly and I'm wondering how to save a .bmp with cyan in the empty space and have it not interfere with the object itself. |