4chan-optimizedeprecated

Optimize pictures for posting on 4chan

Usage no npm install needed!

<script type="module">
  import chanOptimize from 'https://cdn.skypack.dev/4chan-optimize';
</script>

README

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