Skip to content

Commit bfe5f9c

Browse files
authoredDec 31, 2021
Update README.md
1 parent eb114d1 commit bfe5f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ fpng.cpp compression compared to stb_image_write.h: 12-19x faster with roughly 5
55

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

8-
fpng.cpp compared to libpng: ~23x faster compression, ~2.5-3x faster decompression
8+
fpng.cpp compared to libpng: ~23x faster compression, 2.5-3x faster decompression
99

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

0 commit comments

Comments
 (0)
Please sign in to comment.