# file2png
## file2png is a rewrite of the bash script with the same name.
## The original script was at [this link](https://github.com/rekcuFniarB/File2PNG).
## Why a rewrite?
The bash scripts requires coreutils and Imagemagick. This are common on a *UNIX system,
but not very common on Windows. This rewrite was built with cross-platform libraries so
it should work on every system where you can find Rust.
I tried to keep the dependencies as low as possible, that's why I used argh and regress
instead of the more popular clap and regex crates.
## Building file2png
To build it for release,
```sh
cargo build --release
```
To debug it,
```sh
cargo build
```
On my system, the build (with all the dependencies) takes less than 12 seconds in release.
For smaller binaries and maybe improved performance, check out [min-sized-rust](https://github.com/johnthagen/min-sized-rust).
## Usage
To store a file as a png:
```sh
file2png store