diff --git a/content/posts/website-best-practices.gmi b/content/posts/website-best-practices.gmi index a0963d6..d5d9aa8 100644 --- a/content/posts/website-best-practices.gmi +++ b/content/posts/website-best-practices.gmi @@ -916,7 +916,13 @@ This behavior is particularly frustrating on long pages. Imagine if pressing Tab Some image optimization tools I use: => https://pngquant.org pngquant -lossy PNG compression. Can reduce the size of the color palette. +Lossy PNG compression. Can reduce the size of the color palette. + +=> https://www.lcdf.org/gifsicle/ gifsicle +Optimizes GIF images, static or animated. Supports many dithering options and advanced optimization options for animations. + +=> https://github.com/makew0rld/didder didder +Offers more advanced dithering options than gifsicle and pngquant. => https://github.com/shssoichiro/oxipng Oxipng Lossless PNG compression. It's like a parallelized version of OptiPNG that also supports an implementation of ZopfliPNG compression diff --git a/content/posts/website-best-practices.md b/content/posts/website-best-practices.md index 158ded1..2fa90df 100644 --- a/content/posts/website-best-practices.md +++ b/content/posts/website-best-practices.md @@ -988,6 +988,12 @@ Some image optimization tools I use: [`pngquant`](https://pngquant.org) : lossy PNG compression. Can reduce the size of the color palette. +[`gifsicle`](https://www.lcdf.org/gifsicle/) +: Optimizes GIF images, static or animated. Supports many dithering options and advanced optimization options for animations. + +[`didder`](https://github.com/makew0rld/didder) +: Offers more advanced dithering options than gifsicle and pngquant. + [`oxipng`](https://github.com/shssoichiro/oxipng) : Lossless PNG compression. It's like a parallelized version of [OptiPNG](http://optipng.sourceforge.net/) that also supports an implementation of [ZopfliPNG](https://github.com/google/zopfli/blob/831773bc28e318b91a3255fa12c9fcde1606058b/README.zopflipng) compression