serialqoi 0.2.0

Serial QOI de/encoder
Documentation
  • Coverage
  • 38.89%
    7 out of 18 items documented0 out of 0 items with examples
  • Size
  • Source code size: 66.82 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.11 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • zvavybir

Serial QOI de/encoder

QOI is a incredibly fast, simple, lossless image compression format. This library is a serial implementation of it, based on Read and Write. Due to this it's generic over anything that implements this, e.g. File and Vec<u8>. QoiReader decodes an image and QoiWriter encodes an image.

Contributing

As everything serialqoi too always can be improved. If you want to help (like with a feature (request), a bug report or documentation improvements), please help.

I assume that unless stated otherwise every contribution follows the necessary license.

License

serialqoi is released under the GNU General Public License version 3 or (at your option) any later version.

For more see LICENSE.md.