mirror of
https://github.com/Dangoware/sqp.git
synced 2025-04-19 07:12:55 -05:00
Update README.md
This commit is contained in:
parent
fb001357ba
commit
85e5b2dc55
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
||||||
# dpf
|
# dpf
|
||||||
**dpf** (dangoware picture format) is a simple image format designed
|
**dpf** (dangoware picture format) is a simple image format designed
|
||||||
for ease of encoding and decoding while maintaining a relatively good
|
for ease of encoding and decoding while maintaining a relatively good
|
||||||
compression ratio for various purposes.
|
compression ratio for various purposes. The general idea is to make
|
||||||
|
something "good enough" while being simple.
|
||||||
|
|
||||||
This reference implementation fits in around400 lines of relatively
|
This reference implementation fits in around 400 lines of relatively
|
||||||
simple Rust, while maintaining decent decompression speeds.
|
simple Rust, while maintaining decent decompression speeds.
|
||||||
|
|
||||||
Currently, only a lossless encoding scheme is supported. In the future,
|
Currently, only a lossless encoding scheme is supported. In the future,
|
||||||
|
|
Loading…
Reference in a new issue