< prev index next >

src/java.desktop/share/classes/javax/imageio/metadata/doc-files/tiff_metadata.html

Print this page




  14 particular file as subject to the "Classpath" exception as provided
  15 by Oracle in the LICENSE file that accompanied this code.
  16 
  17 This code is distributed in the hope that it will be useful, but WITHOUT
  18 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  19 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  20 version 2 for more details (a copy is included in the LICENSE file that
  21 accompanied this code).
  22 
  23 You should have received a copy of the GNU General Public License version
  24 2 along with this work; if not, write to the Free Software Foundation,
  25 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  26 
  27 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  28 or visit www.oracle.com if you need additional information or have any
  29 questions.
  30 -->
  31 
  32 <body>
  33 <main role="main">

  34 <h1>TIFF Metadata Format Specification and Usage Notes</h1>
  35 
  36 <a href="#Reading">Reading Images</a>
  37 <ul>
  38 <li><a href="#ColorConversionRead">Color Conversion</a></li>
  39 <li><a href="#ColorSpacesRead">Color Spaces</a></li>
  40 <li><a href="#ICCProfilesRead">ICC Profiles</a></li>
  41 <li><a href="#MetadataIssuesRead">Metadata Issues</a>
  42 <ul>
  43 <li><a href="#MapNativeStandard">Native to Standard Metadata Mapping</a></li>
  44 </ul>
  45 </li>
  46 <li><a href="#ExifRead">Reading Exif Images</a>
  47 <ul>
  48 <li><a href="#ExifReadTIFF">Reading Uncompressed Exif Images</a></li>
  49 <li><a href="#ExifReadJPEG">Reading Compressed Exif Images</a></li>
  50 </ul>
  51 </li>
  52 </ul>
  53 <a href="#Writing">Writing Images</a><br/>


1218               &lt;!-- Data type: String --&gt;
1219 
1220         &lt;!ELEMENT "TIFFDoubles" (TIFFDouble)*&gt;
1221           &lt;!-- A sequence of TIFFDouble nodes --&gt;
1222 
1223           &lt;!ELEMENT "TIFFDouble" EMPTY&gt;
1224             &lt;!-- A double-precision floating-point value --&gt;
1225             &lt;!ATTLIST "TIFFDouble" "value" #CDATA #IMPLIED&gt;
1226               &lt;!-- The value --&gt;
1227               &lt;!-- Data type: String --&gt;
1228 
1229         &lt;!ELEMENT "TIFFUndefined" EMPTY&gt;
1230           &lt;!-- Uninterpreted byte data --&gt;
1231           &lt;!ATTLIST "TIFFUndefined" "value" #CDATA #IMPLIED&gt;
1232             &lt;!-- A list of comma-separated byte values --&gt;
1233             &lt;!-- Data type: String --&gt;
1234 ]&gt;
1235 </pre>
1236 
1237 @since 9

1238 </main>
1239 </body>
1240 </html>


  14 particular file as subject to the "Classpath" exception as provided
  15 by Oracle in the LICENSE file that accompanied this code.
  16 
  17 This code is distributed in the hope that it will be useful, but WITHOUT
  18 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  19 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  20 version 2 for more details (a copy is included in the LICENSE file that
  21 accompanied this code).
  22 
  23 You should have received a copy of the GNU General Public License version
  24 2 along with this work; if not, write to the Free Software Foundation,
  25 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  26 
  27 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  28 or visit www.oracle.com if you need additional information or have any
  29 questions.
  30 -->
  31 
  32 <body>
  33 <main role="main">
  34 <div class="contentContainer">
  35 <h1>TIFF Metadata Format Specification and Usage Notes</h1>
  36 
  37 <a href="#Reading">Reading Images</a>
  38 <ul>
  39 <li><a href="#ColorConversionRead">Color Conversion</a></li>
  40 <li><a href="#ColorSpacesRead">Color Spaces</a></li>
  41 <li><a href="#ICCProfilesRead">ICC Profiles</a></li>
  42 <li><a href="#MetadataIssuesRead">Metadata Issues</a>
  43 <ul>
  44 <li><a href="#MapNativeStandard">Native to Standard Metadata Mapping</a></li>
  45 </ul>
  46 </li>
  47 <li><a href="#ExifRead">Reading Exif Images</a>
  48 <ul>
  49 <li><a href="#ExifReadTIFF">Reading Uncompressed Exif Images</a></li>
  50 <li><a href="#ExifReadJPEG">Reading Compressed Exif Images</a></li>
  51 </ul>
  52 </li>
  53 </ul>
  54 <a href="#Writing">Writing Images</a><br/>


1219               &lt;!-- Data type: String --&gt;
1220 
1221         &lt;!ELEMENT "TIFFDoubles" (TIFFDouble)*&gt;
1222           &lt;!-- A sequence of TIFFDouble nodes --&gt;
1223 
1224           &lt;!ELEMENT "TIFFDouble" EMPTY&gt;
1225             &lt;!-- A double-precision floating-point value --&gt;
1226             &lt;!ATTLIST "TIFFDouble" "value" #CDATA #IMPLIED&gt;
1227               &lt;!-- The value --&gt;
1228               &lt;!-- Data type: String --&gt;
1229 
1230         &lt;!ELEMENT "TIFFUndefined" EMPTY&gt;
1231           &lt;!-- Uninterpreted byte data --&gt;
1232           &lt;!ATTLIST "TIFFUndefined" "value" #CDATA #IMPLIED&gt;
1233             &lt;!-- A list of comma-separated byte values --&gt;
1234             &lt;!-- Data type: String --&gt;
1235 ]&gt;
1236 </pre>
1237 
1238 @since 9
1239 </div>
1240 </main>
1241 </body>
1242 </html>
< prev index next >