Browse Source

Update readme

pull/1734/head
Brian Popow 5 years ago
parent
commit
e3e42a5652
  1. 2
      src/ImageSharp/Formats/Tiff/README.md

2
src/ImageSharp/Formats/Tiff/README.md

@ -48,7 +48,7 @@
|CcittGroup4Fax | | | | |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 | |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 | |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. | |Deflate (Technote 2) | Y | Y | Based on PNG Deflate. |
|Old Deflate (Technote 2) | | Y | | |Old Deflate (Technote 2) | | Y | |

Loading…
Cancel
Save