|
|
|
|
|
by Royi
1352 days ago
|
|
Another great option is Animated PNG [0].
It has better quality and better compression compared to GIF. It appears as a side note in the article but it should be considered for the use case. [0]: https://en.wikipedia.org/wiki/APNG |
|
GIF can have one palette per frame, which can be exploited to improve compression and quality (see https://gif.ski). APNG has to either use a costly true-color mode, which makes it compress worse than GIF, or one palette per entire animation, which gives it worse quality than GIF.
All the GIF-killer formats miss the point. They're trying to beat GIF on being primitive and inefficient, but GIF isn't successful because it's a dumb slow video codec, it's successful because it's old enough to be universally supported.