sic 0.2.2

`sic` stands for simple image converter and is a partial front-end for the `image` crate. Specifically it only converts images between certain supported image formats.
sic-0.2.2 is not a library.
Visit the last successful build: sic-0.22.4

Simple Image Converter (sic)

Converts a single image from one format to another.

The image conversion is actually done by the awesome image crate :balloon:. sic is thus a small command line frontend which supports a small portion of the conversion operations supported by the image crate.

It was actually created to try out another awesome Rust library: clap :tada: