Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ZILtoid1991/dimage
Browse files Browse the repository at this point in the history
  • Loading branch information
ZILtoid1991 committed Jan 21, 2021
2 parents 412ac6b + 5e37e87 commit 540bd02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ sacrifice of easy scanline accessing.
* No interlace support yet.
* Basic processing is fully supported, unsupported chunks are stored as extra embedded data. Background indexes, transparencies
(including indexed) are supported. Embedded text support, and APNG extension support will be added.
* Most common formats are supported up to 16 bits.
* Filtering and defiltering works. Note that there might be a few bugs with the filters (please send me examples if you encounter
one), and currently there's no automatic filtering.

Expand Down Expand Up @@ -104,8 +105,8 @@ foreach(colorIndex ; pal)

# Planned features

* Better memory safety.
* Use of floating points for conversion.
* Better memory safety. (Partly done)
* Use of floating points for conversion. (Mostly done)

## Planned formats

Expand Down

0 comments on commit 540bd02

Please sign in to comment.