From 0e3200f55c1fd959ef4bc6596c0dfbabc1a7f182 Mon Sep 17 00:00:00 2001 From: Randy Date: Thu, 29 Jul 2021 15:00:42 +0200 Subject: [PATCH] update README [skip-ci] --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 497b0d7a..93eb274f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ it outperforms the reference implementation in common use cases. ## Features -| Feature | spng | libpng | stb_image | lodepng | +| Feature | spng | libpng | stb_image | lodepng | |--------------------------------------|---------|--------------------|-----------|---------| | Decode from stream | ✅ | ✅ | ✅ | ❌ | | Gamma correction | ✅ | ✅ | ❌ | ❌ | @@ -138,7 +138,6 @@ Online documentation is available at [libspng.org/docs](https://libspng.org/docs for all PNG color type and bit depth combinations, see documentation for details. * Gamma correction is not implemented for `SPNG_FMT_PNG`, `SPNG_FMT_G8`, `SPNG_FMT_GA8` and `SPNG_FMT_GA16` output formats. -* Non-critical errors may cause an image to not load ([#132](https://github.com/randy408/libspng/issues/132)). ## Supporting spng