The squishiest image format!
Find a file
2024-07-28 23:58:52 -05:00
src Fixed minor issues 2024-07-28 23:58:52 -05:00
.gitignore Fixed minor issues 2024-07-28 23:58:52 -05:00
Cargo.toml Added apache2 license, updated Cargo.toml data 2024-07-28 22:31:10 -05:00
LICENSE-APACHE Added apache2 license, updated Cargo.toml data 2024-07-28 22:31:10 -05:00
LICENSE-MIT Added apache2 license, updated Cargo.toml data 2024-07-28 22:31:10 -05:00
README.md Update README.md 2024-07-28 20:07:03 -05:00

SQP

SQP (Squishy Picture) is a simple image format designed for ease of encoding and decoding while maintaining a relatively good compression ratio for various purposes. The general idea is to make something "good enough" while being simple.

This reference implementation fits in under 1000 lines of relatively simple Rust, while maintaining decent compression and decompression speeds.

Additionally, it also supports both lossless and lossy encoding schemes, with the lossy version using Discrete Cosine Transform encoding like JPEG.