Given a huge sprite like this one.
Is it possible to order the elements (emojis in this case) in a way that the resulting PNG file size becomes significantly smaller?
Extra question. I've read that, in the filtering phase, for each scanline, the best filter is selected. So my intuition says that it is better to have an image where the height is much greater than the width. Does this make any sense?