Takaaki Fuji f87f75a437 Replace base64-encoded images with PGM files
Surprisingly I found Preview.app can still display PGM images. While
somewhat legacy, it's a super straightforward format to (de)serialize.
The images are scaled to 50x50 px and only consume 5KB in total. Makes
more sense to human being than the previous base64-encoded zlib
compressed data, plus we don't have to add pillow as a dependency.
2022-01-12 01:09:15 +09:00
..
2021-03-29 11:45:58 +02:00
2020-04-01 19:23:57 +01:00
2021-03-29 11:45:58 +02:00
2021-09-23 08:15:57 +01:00
2021-09-27 13:21:08 +02:00
2021-08-25 15:55:17 -06:00
2021-03-29 11:45:58 +02:00
2021-03-29 11:45:58 +02:00
2019-06-14 16:06:04 +01:00
2021-10-31 23:24:18 +08:00