/thumbnailer

A simple CLI tool to create image thumbnails

Primary LanguageCrystalISC LicenseISC

Thumbnailer

A simple CLI tool to create image thumbnails. Made with Cling and Pluto.

Currently only JPEG is supported. More formats are planned.

Usage

thumbnailer *.jpg --width 100 --width 200 --height 300 --height 400

Contributing

  1. Fork it (https://github.com/your-github-user/thumbnailer/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors