From f70cd71774be13baa83d679bb7951f4677793034 Mon Sep 17 00:00:00 2001 From: MathMan05 <73901602+MathMan05@users.noreply.github.com> Date: Thu, 6 Feb 2025 21:18:41 -0600 Subject: [PATCH] Update CompressingImages.md --- CompressingImages.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CompressingImages.md b/CompressingImages.md index 98f2533..2c127af 100644 --- a/CompressingImages.md +++ b/CompressingImages.md @@ -6,6 +6,13 @@ good at reducing the pallet, a first step for images that have a limited number ## PNGs: good ratios, though not as good as other options, though better compatibility +### oxipng +Seems to be the best of all of the options, not sure if it's all you would need, but it did shrink pngs further than the other two tools afterwards. +```bash +oxipng -o max --strip all --alpha +``` +`all` may be replaced with `safe` if you want to be a bit safer + ### pngcrush Good, but should be ran before optipng, but isn't as good as it, use in tandom ### optipng