| Crates.io | serialqoi |
| lib.rs | serialqoi |
| version | 0.2.0 |
| created_at | 2022-12-22 15:37:13.616553+00 |
| updated_at | 2023-08-20 21:55:45.546193+00 |
| description | Serial QOI de/encoder |
| homepage | |
| repository | https://codeberg.org/zvavybir/serialqoi |
| max_upload_size | |
| id | 743981 |
| size | 64,581 |
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.
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.
serialqoi is released under the GNU General Public License
version 3 or (at your option) any later version.
For more see LICENSE.md.