mirror of
https://github.com/Dangoware/sqp.git
synced 2025-04-19 07:12:55 -05:00
Create README.md
This commit is contained in:
parent
abedabd06f
commit
475899c64b
1 changed files with 10 additions and 0 deletions
10
README.md
Normal file
10
README.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# 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.
|
Loading…
Reference in a new issue