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
- Fork it (https://github.com/your-github-user/thumbnailer/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Andrei Zhigalkin - creator and maintainer