philipilihp / image-resizer

Commandline tool for resizing images. Exercise from the Gophers Aachen workshop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image-resizer | Gophers Aachen Workshop 7th Nov 2018

Commandline tool for resizing images. Exercise from the Gophers Aachen workshop.

usage

Read all jpg files from the input directory, resize them with the given width and height and write the resized images to the output directory.

go run main.go input-dir output-dir width height

Sample usage

go run main.go "C:\Users\philipilihp\images" "C:\Users\philipilihp\resized-images" "800" "600"

About

Commandline tool for resizing images. Exercise from the Gophers Aachen workshop.


Languages

Language:Go 100.0%