Mmkay, BMP was waaay harder to get to be a glitchy mess, until I realized that I can just delete and add at will, unlike PCX [deleting/inserting would completely damage the file].
BMP wraps if it can't find enough data. Totally didn't expect that.
Deletions incurred a color change [expected, 3 byte triplets of RGB, sure].
Unlike PCX, changing certain areas didn't shift everything around. In fact, it barely had any effect.
Comments
Nicely done. Yeah, I think BMP is the way to go with this stuff.
A few interesting things I noted:
BMP wraps if it can't find enough data. Totally didn't expect that.
Deletions incurred a color change [expected, 3 byte triplets of RGB, sure].
Unlike PCX, changing certain areas didn't shift everything around. In fact, it barely had any effect.