The squishiest image format!
Find a file
2024-07-24 09:54:07 -05:00
src Improved bit reader/writer 2024-07-23 23:19:39 -05:00
.gitignore Removed Cargo.lock 2024-07-23 01:29:41 -05:00
Cargo.toml Improved bit reader/writer 2024-07-23 23:19:39 -05:00
README.md Create README.md 2024-07-24 09:54:07 -05:00

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.

This reference implementation fits in around400 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.