I boosted this because I thought of something even worse: storing frames in a 3D array, with the first index being the frame number, so it's [frame_num][horizontal_pos][vertical_pos]
Bonus points for a paletted pixel format, so this just gives you an index into a palette.
What's worse is some GIF viewer is probably doing just that.
@wolf480pl Good point, ruins prediction even better.
@lynne
why not:
[horizontal_pos][frame_num][vertical_pos]
?