From 644733b312c24f2120034bb1b3f9cf62f799edc7 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Wed, 31 Jul 2024 12:12:50 -0500 Subject: [PATCH] switch over file to md --- CompressingImages.md | 15 +++++++++++++++ CompressingImages.txt | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 CompressingImages.md delete mode 100644 CompressingImages.txt diff --git a/CompressingImages.md b/CompressingImages.md new file mode 100644 index 0000000..0b83b08 --- /dev/null +++ b/CompressingImages.md @@ -0,0 +1,15 @@ +This is for in the future when I want to compress more images or anyone else for that matter. + +# PNGs: +## https://squoosh.app/ +good at reducing the pallet, a first step for images that have a limited number of colors, bad at actually compressing things though +## pngcrush +Good, but should be ran before optipng, but isn't as good as it, use in tandom +## optipng +The best tool to really shrink pngs to be as small as they can be. + +# SVGs: +## https://svgomg.net/ +great tool, if anyone knows how to squish them further, let me know, some manual work may go a long way to help shrink svgs, though I'm not doing that right now lol. + +I may look into other formats soon as well, though these are the main two I'm currently using diff --git a/CompressingImages.txt b/CompressingImages.txt deleted file mode 100644 index 8fda784..0000000 --- a/CompressingImages.txt +++ /dev/null @@ -1,15 +0,0 @@ -This is for in the future when I want to compress more images or anyone else for that matter. - -PNGs: - https://squoosh.app/ - good at reducing the pallet, a first step for images that have a limited number of colors, bad at actually compressing things though - pngcrush - Good, but should be ran before optipng, but isn't as good as it, use in tandom - optipng - The best tool to really shrink pngs to be as small as they can be. - -SVGs: - https://svgomg.net/ - great tool, if anyone knows how to squish them further, let me know, some manual work may go a long way to help shrink svgs, though I'm not doing that right now lol. - -I may look into other formats soon as well, though these are the main two I'm currently using