zImageOptimizer
                                
                                
                                
                                    zImageOptimizer copied to clipboard
                            
                            
                            
                        Simple image optimizer for JPEG, PNG and GIF images on Linux, MacOS and FreeBSD.
Linux wasn't detected correctly in my Raspberry Pi device as the returned string in ``OSTYPE`` is ``linux-gnueabihf`` instead of ``linux-gnu`` Removed also the author block as I saw that there...
> After optimization is finished, the script deletes this file (or deletes current path to working directory from the file with several parallel optimizations). This is done to prevent cycling...
Would be great to have two additional options: (1) `-f | --file ` — direct path to a single (or multiple?) png/jpg/gif file(s) instead of directory path using `-p` (2)...
Pulled in changes from two other forks: * Resmush support * linux detection fix Added option to install mozjpeg when checking dependencies Progress bar Lots of refactoring
I wanted to set this up in docker, but have it run against multiple folders. Looking at the examples, it looks like you can only do one folder at a...