Skip to content

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

Notifications You must be signed in to change notification settings

philipilihp/image-resizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages