Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richgel999 committed Mar 31, 2023
1 parent 6926f5a commit 357d3a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ namespace fpng {
}
```

## Python Bindings

They are [here](https://github.com/qrmt/fpng-python). Thanks [Oskar!](https://github.com/qrmt).

## Notes

This version of FPNG always uses PNG filter #2 and is limited to only RLE matches (i.e. LZ matches with a match distance of either 3 or 4). It's around 5% weaker than the original release, which used LZRW1 parsing. (I'll eventually add back in the original parser as an option, but doing that will add more code/complexity to the project.)
Expand Down

0 comments on commit 357d3a6

Please sign in to comment.