Simple command line tool to resize images (only JPEG for now) with special arguments:
- location of original images
- location of resized images
- width for resized images
- heigth for resized images
This is a mainly a wrapper around the awesome golang library https://github.com/nfnt/resize, that makes possible to avoid to use ImageMagick!