mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-06 14:10:36 +00:00
8170142: Broken links in TIFF metadata format and usage notes
Change href attributes to the correct destinations Reviewed-by: prr
This commit is contained in:
parent
9ebdadb0f0
commit
c71d7e10e6
@ -534,7 +534,7 @@ Technical Note #2</a></td>
|
||||
<tr>
|
||||
<td>ZLib</td>
|
||||
<td>"Deflate/Inflate" compression (see note following this table)</td>
|
||||
<td><a href="http://partners.adobe.com/asn/developer/pdfs/tn/TIFFphotoshop.pdf">
|
||||
<td><a href="http://partners.adobe.com/public/developer/en/tiff/TIFFphotoshop.pdf">
|
||||
Adobe Photoshop® TIFF Technical Notes</a> (PDF)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -545,9 +545,9 @@ Adobe Photoshop® TIFF Technical Notes</a> (PDF)</td>
|
||||
<tr>
|
||||
<td>Deflate</td>
|
||||
<td>"Zip-in-TIFF" compression (see note following this table)</td>
|
||||
<td><a href="http://www.isi.edu/in-notes/rfc1950.txt">
|
||||
<td><a href="https://tools.ietf.org/html/rfc1950">
|
||||
ZLIB Compressed Data Format Specification</a>,
|
||||
<a href="http://www.isi.edu/in-notes/rfc1951.txt">
|
||||
<a href="https://tools.ietf.org/html/rfc1951">
|
||||
DEFLATE Compressed Data Format Specification</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@ -224,7 +224,7 @@ public final class BaselineTIFFTagSet extends TIFFTagSet {
|
||||
* A value to be used with the "Compression" tag.
|
||||
*
|
||||
* @see #TAG_COMPRESSION
|
||||
* @see <a href="http://www.isi.edu/in-notes/rfc1951.txt">DEFLATE specification</a>
|
||||
* @see <a href="https://tools.ietf.org/html/rfc1951">DEFLATE specification</a>
|
||||
* @see <a href="http://partners.adobe.com/public/developer/en/tiff/TIFFphotoshop.pdf"> TIFF Specification Supplement 2</a>
|
||||
*/
|
||||
public static final int COMPRESSION_DEFLATE = 32946;
|
||||
|
||||
@ -29,7 +29,7 @@ import java.util.List;
|
||||
|
||||
/**
|
||||
* A class representing the extra tags found in a
|
||||
* <a href="http://tools.ietf.org/html/rfc2306"> TIFF-F</a> (RFC 2036) file.
|
||||
* <a href="http://tools.ietf.org/html/rfc2306.html">TIFF-F</a> (RFC 2036) file.
|
||||
*
|
||||
* @since 9
|
||||
*/
|
||||
|
||||
@ -30,10 +30,7 @@ import java.util.List;
|
||||
/**
|
||||
* A class representing the tags found in a GeoTIFF IFD. GeoTIFF is a
|
||||
* standard for annotating georeferenced or geocoded raster imagery.
|
||||
* The GeoTIFF specification may be found at <a
|
||||
* href="http://www.remotesensing.org/geotiff/spec/geotiffhome.html">
|
||||
* {@code http://www.remotesensing.org/geotiff/spec/geotiffhome.html}
|
||||
* </a>. This class does <i>not</i> handle the <i>GeoKey</i>s referenced
|
||||
* This class does <i>not</i> handle the <i>GeoKey</i>s referenced
|
||||
* from a <i>GeoKeyDirectoryTag</i> as those are not TIFF tags per se.
|
||||
*
|
||||
* <p>The definitions of the data types referenced by the field
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user