< prev index next >

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

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved.
+ * 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,16 +54,15 @@
  * <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>
+ * <td>TIFF Technical Note #2</td></tr>
  * <tr>
  * <td>ZLib</td>
  * <td>"Deflate/Inflate" compression (see note following this table)</td>
+ * <td>Adobe Photoshop® TIFF Technical Notes</td>
  * </tr>
  * <tr>
  * <td>PackBits</td>
  * <td>Byte-oriented, run length compression</td>
  * <td>TIFF 6.0 Specification, Section 9</td>
< prev index next >