When there are overlapping parts in the sprite, I want to make those parts transparent.
like this.
Spoiler: So far I have removed overlapping pixels using the following methods:
1. Set the canvas size based on the sprite you want to extract, then save the sprite that contains the part you want to erase.
2. Go to https://ezgif.com, Place the sprite you want to erase at the front and the sprite you want to extract at the back and convert it to a gif file.
3. In Optimize, use Optimize Transparency (Fuzz = 0%) to make the area you want to erase transparent. (This feature is supported only in GIF format.)
4. In Split, uses ignore optimization.
5. Here is the result, Done.
I've extracted it from ezgif.com, but there is an issue where the palette is forced to convert from TrueColor to 16-bit color. can't even choose from the options.
Does anyone know if there is another alternative besides ezgif?