8212875: ftp: links for tiff/TTN2.draft.txt do not respond

Reviewed-by: serb
This commit is contained in:
Jayathirth D V 2018-11-30 17:14:48 +05:30
parent 249d8e9d98
commit e4a3d4e455
3 changed files with 8 additions and 11 deletions

View file

@ -512,12 +512,11 @@ supported compression types is listed in the following table:
<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&#174; TIFF Technical Notes</td>
</tr>
<tr>
<td>PackBits</td>

View file

@ -1,5 +1,5 @@
/*
* 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
@ -892,9 +892,8 @@ public final class BaselineTIFFTagSet extends TIFFTagSet {
public static final int TAG_TRANSFER_RANGE = 342;
/**
* Constant specifying the "JPEGTables" tag.
*
* @see <a href="ftp://ftp.sgi.com/graphics/tiff/TTN2.draft.txt">JPEG-in-TIFF compression</a>
* Constant specifying the "JPEGTables" tag for
* "New style" JPEG-in-TIFF compression.
*/
public static final int TAG_JPEG_TABLES = 347;