crc32fix 1.0.0

fix png's length or height according to its crc32 checksum
Documentation
# crc32fix [![]https://img.shields.io/crates/v/crc32fix.svg]https://crates.io/crates/crc32fix

fix png's length or height according to its crc32 checksum

## Install

```
cargo install crc32fix
```

## Usgae

```text
crc32fix 1.0.0
Aloxaf <aloxafx@gmail.com>
fix png's length or height according to its crc32 checksum"

USAGE:
    crc32fix [OPTIONS] <inputfile>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -o <outputfile>        

ARGS:
    <inputfile>   
```