nfnt / resize

Pure golang image resizing
ISC License
3.02k stars 321 forks source link

Console App #15

Closed zachio closed 10 years ago

zachio commented 10 years ago

Is there a console app version of this where you could resize all images in a folder to a certain size to a new path?

nfnt commented 10 years ago

The resize package is meant to be used as a library to provide Go programmers an easy way to resize images. Therefore it does not include a console app to resize images in a folder.

zachio commented 10 years ago

Thanks. I guess I could build one using this library.