Crates.io | sqp |
lib.rs | sqp |
version | 0.1.1 |
source | src |
created_at | 2024-08-06 19:30:43.247158 |
updated_at | 2024-08-06 20:49:04.623167 |
description | The squishiest image format! |
homepage | |
repository | https://github.com/Dangoware/sqp |
max_upload_size | |
id | 1327661 |
size | 59,593 |
SQP (SQuishy Picture Format) is an image format designed for ease of implementation and learning about compression and image formats while attaining a relatively good compression ratio. The general idea is to make something "good enough" while being simple, and also as a learning tool to learn about compression (mostly on my part). If you need an image format for general use, this is probably not it, go check out JPEG XL or AVIF.
This reference implementation fits in around 1000 lines of relatively simple Rust, while maintaining decent compression and decompression speeds.