mirror of
https://github.com/Dangoware/sqp.git
synced 2025-04-19 15:22:54 -05:00
15 lines
654 B
Markdown
15 lines
654 B
Markdown
<p align="center">
|
|
<img width="400px" src="https://github.com/user-attachments/assets/a20467f1-7831-4fa4-8d2c-39f1fe749e57">
|
|
</p>
|
|
|
|
# dpf
|
|
**dpf** (dangoware picture format) 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 around 400 lines of relatively
|
|
simple Rust, while maintaining decent decompression speeds.
|
|
|
|
Currently, only a lossless encoding scheme is supported. In the future,
|
|
a simple lossy encoding would be an interesting addition.
|