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
- Host: GitHub
- URL: https://github.com/devnote-dev/thumbnailer
- Owner: devnote-dev
- License: isc
- Created: 2023-03-16T15:46:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T00:36:34.000Z (almost 3 years ago)
- Last Synced: 2025-02-05T21:37:09.916Z (12 months ago)
- Language: Crystal
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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