File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ it outperforms the reference implementation in common use cases.
2525
2626## Features
2727
28- | Feature | spng | libpng | stb_image | lodepng |
28+ | Feature | spng | libpng | stb_image | lodepng |
2929| --------------------------------------| ---------| --------------------| -----------| ---------|
3030| Decode from stream | ✅ | ✅ | ✅ | ❌ |
3131| Gamma correction | ✅ | ✅ | ❌ | ❌ |
@@ -138,7 +138,6 @@ Online documentation is available at [libspng.org/docs](https://libspng.org/docs
138138 for all PNG color type and bit depth combinations, see documentation for details.
139139* Gamma correction is not implemented for `SPNG_FMT_PNG`, `SPNG_FMT_G8`, `SPNG_FMT_GA8`
140140 and `SPNG_FMT_GA16` output formats.
141- * Non-critical errors may cause an image to not load ([#132](https://github.com/randy408/libspng/issues/132)).
142141
143142## Supporting spng
144143
You can’t perform that action at this time.
0 commit comments