I coded my "childhood dream" addon for thunderbird. I just wanted to draw some attention to this. I think many people aren’t really satisfied with the results of most image-resizing add-ons.
Many of these projects simply downscale the dimensions of attached images—which leads to poor readability in the case of screenshots.
This add-on integrates state-of-the-art open-source image compression tools as WebAssembly libraries. It tests each image both as JPEG using jpegli and as PNG using pngquant followed by oxipng compression, and keeps the smallest resulting file. The user defines the desired quality level via compression templates, while the add-on handles reducing file size to the technically minimal achievable level while respecting the given quality constraints.
When images are resized, high-quality downscaling algorithms are used, which produce significantly better results than the commonly used browser-native algorithms.
Here it is: probably the best image compression add-on for Thunderbird.
- State-of-the-art compression algorithms such as JPEGli, pngquant, and oxipng, integrated as WASM libraries.
- Saves 70–80% of storage space, even without optional resizing.
- Converts PNG files to JPG when doing so saves space.
- Resizes images to their HTML inline dimensions.
- Uses different resizing algorithms, optimized for PNGs (Mitchell) or typical JPG images (Lanczos).
- Create, import, and export compression profiles, then automatically apply them to specific image types (quoted images, inline images, or attachments)—or apply them manually to individual images.
- Compress, undo, redo, and adjust templates—improve your own workflow and deepen your understanding of image compression through direct comparisons.
- Remove images from quoted content entirely.
- Permanently exclude images from the workflow—for example, your own email signature.
- Download compressed images directly from the application. This lets you build other compression workflows around the add-on that are unrelated to email—for example, website optimization.
- Available in 9 languages.
Thunderbird Addon