Hi,
I have a series of avatars; each has a hot pink background of RGB:255,0,255.
Rather than going through every avatar, and manually removing the pink background; is there a way to make Objective C remove the background (masking it) for me?
An example of an avatar follows:
One thing I am concerned about is that the masking is done on the fly, and may cost memory; is this something I should be concerned about?
Additionally, let's say I put the avatars in a spritesheet; could I apply the mask once and work with that?
Thanks for your help.