A tiny elven image conversion command line tool.
$ imgconv -to=png example/armed_gopher.jpg
$ git clone https://github.com/collinglass/imgconv
$ cd imgconv
$ go install
$ imgconv [OPTIONS] IMAGE [IMAGE...]
Make sure export PATH=$PATH:$GOPATH/bin
is set.
-to=TYPE Choose output image type.
Available: png, jpeg, gif.
Default: png.
Relative path to images to convert.
-
Support periods
.
in image names -
Support Regex
-
Improve image quality (?)