Skip to content

Tags: jiwenchen/fpng

Tags

1.0.6

Toggle 1.0.6's commit message
Bumping version to 1.0.6

1.0.5

Toggle 1.0.5's commit message
Adding wuffs workaround, training option, new Huffman tables

1.0.4

Toggle 1.0.4's commit message
Fixing comment

vectorized_checksums

Toggle vectorized_checksums's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v1.0.3

Toggle v1.0.3's commit message
Changing SSE adler32 to iterate 16 bytes at a time vs. 8.

Changing adler32 function types to match the crc32 function.

v1.0.2

Toggle v1.0.2's commit message
Fixing check here so it uses a uint64_t multiply

v1.0.1

Toggle v1.0.1's commit message
Ensuring temp buffer is always a little larger than it's needed, beca…

…use the compresssors read 24bpp pixels as DWORD's

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

rle

Toggle rle's commit message
Fix typo in chunk name validation code

before_rle

Toggle before_rle's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request richgel999#2 from Special-graphic-formats/main

separate code and docs