0.2.0 • Published 9 years ago

4chan-optimize v0.2.0

Weekly downloads
2
License
MIT
Repository
-
Last release
9 years ago
Usage: 4chan-optimize [options] FILES...

Options:
  -r, --replace  Remove the original files. Use with caution!          [boolean]
  -s, --suffix   Add a suffix to the output files' names                [string]
  -d, --subdir   Save into this directory. Relative to input file       [string]
  -h, --help     Show help                                             [boolean]

Examples:
  4chan-optimize -r ~/Pictures/*  Convert all your pictures and overwrite the
                                  original files
  4chan-optimize -s _opt *.png    Don't overwrite the originals. Append a suffix
                                  to the names instead (default)
  4chan-optimize -d Opt/ *.webm   Save optimized files in the Opt/ subdirectory