< prev index next >

src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/TIFFImageWriteParam.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 54,66 **** * <td>LZW compression</td> * <td>TIFF 6.0 Specification, Section 13</td></tr> * <tr> * <td>JPEG</td> * <td>"New" JPEG-in-TIFF compression</td> ! * <td><a href="ftp://ftp.sgi.com/graphics/tiff/TTN2.draft.txt">TIFF ! * Technical Note #2</a></td> ! * </tr> * <tr> * <td>ZLib</td> * <td>"Deflate/Inflate" compression (see note following this table)</td> * </tr> * <tr> --- 54,64 ---- * <td>LZW compression</td> * <td>TIFF 6.0 Specification, Section 13</td></tr> * <tr> * <td>JPEG</td> * <td>"New" JPEG-in-TIFF compression</td> ! * <td>TIFF Technical Note #2</td></tr> * <tr> * <td>ZLib</td> * <td>"Deflate/Inflate" compression (see note following this table)</td> * </tr> * <tr>
< prev index next >