From cb57f702cd9ecf7e695bade4f21af0a6adf0b9b6 Mon Sep 17 00:00:00 2001 From: David Barina Date: Sun, 29 Nov 2020 14:05:53 +0100 Subject: [PATCH] update README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 87de00f..aee2fb6 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ Minimalistic JPEG decoder - written in C99 - can parse YCbCr, YCCK and grayscale images -- can handle 8-bit component depth +- can handle 8-bit or 12-bit samples - can handle subsampled components - can handle restart markers - does not support progressive JPEG files