Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 359 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 359 Bytes

resizer

Simple command line tool to resize images (only JPEG for now) with special arguments:

  1. location of original images
  2. location of resized images
  3. width for resized images
  4. 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!