nfnt / resize

Pure golang image resizing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Console App

zachdyer opened this issue · comments

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?

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.

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