Skip to content

collinglass/imgconv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

imgconv

A tiny elven image conversion command line tool.

Example

$ imgconv -to=png example/armed_gopher.jpg

Install

$ git clone https://github.com/collinglass/imgconv
$ cd imgconv
$ go install

Usage

$ imgconv [OPTIONS] IMAGE [IMAGE...]

Make sure export PATH=$PATH:$GOPATH/bin is set.

Options
-to=TYPE                       Choose output image type.
                               Available: png, jpeg, gif.
                               Default: png.
Image

Relative path to images to convert.

To Do

  1. Support periods . in image names

  2. Support Regex

  3. Improve image quality (?)

About

A tiny elven image conversion command line tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages