An open API service indexing awesome lists of open source software.

https://github.com/devnote-dev/thumbnailer

A simple CLI tool to create image thumbnails
https://github.com/devnote-dev/thumbnailer

Last synced: 10 months ago
JSON representation

A simple CLI tool to create image thumbnails

Awesome Lists containing this project

README

          

# Thumbnailer

A simple CLI tool to create image thumbnails. Made with [Cling](https://github.com/devnote-dev/cling) and [Pluto](https://github.com/phenopolis/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 ()
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

- [Andrei Zhigalkin](https://github.com/sanks64) - creator and maintainer