switch over file to md
This commit is contained in:
15
CompressingImages.md
Normal file
15
CompressingImages.md
Normal file
@@ -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
|
@@ -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
|
|
Reference in New Issue
Block a user