Skip to content

branneman/SpeedyImages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpeedyImages

Author: Bran van der Meer — http://bran.name/
License: Public Domain. The tool (binaries) have their own licenses.

SpeedyImages is a command line image optimization tool written in Python. It optimizes by running the image through several tools. For example when optimizing a PNG, the tools used are pngcrush, OptiPNG, AdvPNG, PNGOUT and DeflOpt.

You'll need Python 3.3 installed.

Usage:

./speedyimages [options] [files...]

Options:
-v Show version, but will show nothing when combined with -s).
-q Quiet mode, will only output on error.
-s Silent mode, will never output.

The CLI application will return an exit code of 0 on success, 1 on error.

Changelog

  • Version 1.1:

    • Project is now named 'SpeedyImages'
    • Refactor release, rewritten from the ground up
  • Version 1.0:

    • Initial version, CLI-only

About

SpeedyImages is a command line image optimization tool written in Python. It optimizes by running the image through several tools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published