mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8212875: ftp: links for tiff/TTN2.draft.txt do not respond
Reviewed-by: serb
This commit is contained in:
parent
249d8e9d98
commit
e4a3d4e455
3 changed files with 8 additions and 11 deletions
|
@ -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® TIFF Technical Notes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PackBits</td>
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue