File tree 1 file changed +1
-2
lines changed
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.
25
25
26
26
## Features
27
27
28
- | Feature | spng | libpng | stb_image | lodepng |
28
+ | Feature | spng | libpng | stb_image | lodepng |
29
29
| --------------------------------------| ---------| --------------------| -----------| ---------|
30
30
| Decode from stream | ✅ | ✅ | ✅ | ❌ |
31
31
| Gamma correction | ✅ | ✅ | ❌ | ❌ |
@@ -138,7 +138,6 @@ Online documentation is available at [libspng.org/docs](https://libspng.org/docs
138
138
for all PNG color type and bit depth combinations, see documentation for details.
139
139
* Gamma correction is not implemented for `SPNG_FMT_PNG`, `SPNG_FMT_G8`, `SPNG_FMT_GA8`
140
140
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)).
142
141
143
142
## Supporting spng
144
143
You can’t perform that action at this time.
0 commit comments