From 31c1cfb0492c98fce471891e3aff66ae56213fb7 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 5 Sep 2022 09:14:40 +0100 Subject: [PATCH] Docs: add note about GIF optimisation --- docs/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/README.md b/docs/README.md index 55a1b685..f25defcd 100644 --- a/docs/README.md +++ b/docs/README.md @@ -63,6 +63,10 @@ PNG filtering is disabled by default, which for diagrams and line art often produces the same result as [pngcrush](https://pmt.sourceforge.io/pngcrush/). +The file size of animated GIF output is optimised +without having to use separate command line tools such as +[gifsicle](https://www.lcdf.org/gifsicle/). + ### Contributing A [guide for contributors](https://github.com/lovell/sharp/blob/main/.github/CONTRIBUTING.md)