The following tasks are things that will require an ongoing effort:
One-time tasks
Once-per chapter tasks
- Overhaul articles and sections in need of expansion. (Search for "Needs Expansion" template).
- Add links from dead-end pages.
- Add links to orphaned pages.
Re-optimize images with new encoders
Currently, I got the best results from libwebp 1.5.0 (2024-12-20).
Other encoders I should try.
- libwebp: version 1.6.0 was released 2025-06-30. I should try reencoding all images when the newest version is at least one year old, or two years if I switch to JXL before then.
https://chromium.googlesource.com/webm/libwebp/+/refs/tags/v1.6.0
- zopfli 1.0.3 (2019): the repository is archived as of 2025, so I won't need to retest this one.
- libavif with libaom: Previously it has given worse results than libweb. The other AV1 encoders can't do lossless at all. I should retest when the newest vesrions of both libavif and libaom are at least two years old. As of 2026-03-05, the newest versions are libavif 1.4.0 (2026-03-04) and libaom 3.13.1 (2025-09-05)
https://github.com/AOMediaCodec/libavif/releases/tag/v1.4.0
https://aomedia.googlesource.com/aom/+/refs/tags/v3.13.1
- libjxl: I need to wait for browsers to support it.
- A potential AV2IF: I need to wait for it to exist and for browsers to support it.
- giflib? I could only use this for grayscale images and color images with at most 256 distinct colors. As of 2026-02-25, all the color images have well over 256 colors, with the smallest number of colors being in Hemmel's image, with "only" 1834 distinct colors.
Boilerplate Footer
Main page
Edit this page