Commit graph

3 commits

Author SHA1 Message Date
Alex Tsernoh
77887164ee
add final image to timeline 2022-04-07 23:06:24 +01:00
Ryan Hitchman
a116fc9ae1 losslessly compress place-indexed-final-place.png
It was using RGBA instead of a palette before.

$ zopflipng -m place-indexed-final-place{,_opt}.png
Optimizing place-indexed-final-place.png
Input size: 3175277 (3100K)
Result size: 976309 (953K). Percentage of original: 30.747%
Result is smaller

Rendered output is bit-identical:

$ convert place-indexed-final-place.png ppm:- | sha1sum
fccae2655eaea6e3950bf337824d239298162f51  -

$ convert place-indexed-final-place_opt.png ppm:- | sha1sum
fccae2655eaea6e3950bf337824d239298162f51  -
2022-04-07 18:44:16 +01:00
unknown
cb33db7c94 Fix image (missing 5 px at the bottom) 2022-04-06 19:05:57 -03:00