Skip to content

Tag: optipng

How to optimize images from command line

I’m using the following tools to perform lossless image compression: jpegoptim – jpegoptim is a utility for optimizing JPEG files. It provides lossless optimization (based on optimizing the Huffman tables) and “lossy” optimization based on setting a maximum quality factor. optipng – OptiPNG is a PNG optimizer that recompresses the image files to a smaller…