From e3e42a5652464be6fd23852d5210ac193a56d3a3 Mon Sep 17 00:00:00 2001 From: Brian Popow Date: Thu, 12 Aug 2021 07:14:07 +0200 Subject: [PATCH] Update readme --- src/ImageSharp/Formats/Tiff/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImageSharp/Formats/Tiff/README.md b/src/ImageSharp/Formats/Tiff/README.md index ab3394c565..d137b6fc1f 100644 --- a/src/ImageSharp/Formats/Tiff/README.md +++ b/src/ImageSharp/Formats/Tiff/README.md @@ -48,7 +48,7 @@ |CcittGroup4Fax | | | | |Lzw | Y | Y | Based on ImageSharp GIF LZW implementation - this code could be modified to be (i) shared, or (ii) optimised for each case | |Old Jpeg | | | We should not even try to support this | -|Jpeg (Technote 2) | | | | +|Jpeg (Technote 2) | Y | Y | | |Deflate (Technote 2) | Y | Y | Based on PNG Deflate. | |Old Deflate (Technote 2) | | Y | |