Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richgel999 authored Dec 30, 2021
1 parent e38fec8 commit cf3628e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fpng is a very fast C++ .PNG image reader/writer for 24/32bpp images. fpng.cpp w

fpng.cpp compression compared to stb_image_write.h: 12-19x faster with roughly 5-11% avg. smaller files.

fpng.cpp decompression compared to stb_image.h: ~3x faster
fpng.cpp decompression compared to stb_image.h: 2.5-3x faster

Here's an example image encoded by fpng (a downsampled version of "bridge" from [here](http://imagecompression.info/test_images/)):
![fpng encoded "bridge" image](https://github.com/richgel999/fpng/blob/main/example.png)
Expand Down

0 comments on commit cf3628e

Please sign in to comment.