Skip to content
  • Tristan Matthews's avatar
    qoi-rs: initial commit · 7ab0975e
    Tristan Matthews authored
    This decodes QOI files to PNG with:
    ```
    ./qoi-rs -i input_file.qoi -o output_file.png
    ```
    
    `stdin` and `stdout` can be used for reading and writing respectively if "-" is given
    instead of a filename.
    7ab0975e
This project is licensed under the BSD 2-Clause "Simplified" License. Learn more