From d6ab7faec08d6964856472f4ada6adbc0e33ae92 Mon Sep 17 00:00:00 2001 From: Fabian Giesen Date: Fri, 2 Jul 2021 21:38:44 -0700 Subject: [PATCH] stb_image: Update comment As per recent patches, we do support 16-bit PNMs. --- stb_image.h | 1 - 1 file changed, 1 deletion(-) diff --git a/stb_image.h b/stb_image.h index a50e7bc..82b4951 100644 --- a/stb_image.h +++ b/stb_image.h @@ -7321,7 +7321,6 @@ static int stbi__pic_info(stbi__context *s, int *x, int *y, int *comp) // Known limitations: // Does not support comments in the header section // Does not support ASCII image data (formats P2 and P3) -// Does not support 16-bit-per-channel #ifndef STBI_NO_PNM