src/java.desktop/share/classes/javax/imageio/metadata/doc-files/bmp_metadata.html
changeset 48264 efda6932a433
parent 47216 71c04702a3d5
child 50358 1ba28f0dbc33
equal deleted inserted replaced
47982:44371ff1ee9a 48264:efda6932a433
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
     1 <!doctype html>
     2 <html>
     2 <html lang="en">
     3 <head>
     3 <head>
       
     4   <meta charset="utf-8"/>
       
     5   <title>BMP Metadata Format Specification</title>
       
     6 </head>
     4 <!--
     7 <!--
     5 Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
     8 Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
     6 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     9 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     7 
    10 
     8 This code is free software; you can redistribute it and/or modify it
    11 This code is free software; you can redistribute it and/or modify it
     9 under the terms of the GNU General Public License version 2 only, as
    12 under the terms of the GNU General Public License version 2 only, as
    10 published by the Free Software Foundation.  Oracle designates this
    13 published by the Free Software Foundation.  Oracle designates this
    24 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    27 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    25 or visit www.oracle.com if you need additional information or have any
    28 or visit www.oracle.com if you need additional information or have any
    26 questions.
    29 questions.
    27 -->
    30 -->
    28 
    31 
    29 <title>BMP Metadata Format Specification</title>
       
    30 </head>
       
    31 
       
    32 <body>
    32 <body>
    33 <center><h1>
    33 <h1>BMP Metadata Format Specification</h1>
    34 BMP Metadata Format Specification
       
    35 </h1></center>
       
    36 
    34 
    37 The XML schema for the native image metadata format is as follows:
    35 The XML schema for the native image metadata format is as follows:
    38 
    36 
    39 <pre>
    37 <pre>
    40 &lt;?xml version="1.0" encoding="UTF-8"?&gt;
    38 &lt;?xml version="1.0" encoding="UTF-8"?&gt;
   106             &lt;/xsd:sequence&gt;
   104             &lt;/xsd:sequence&gt;
   107 	  &lt;/xsd:complexType&gt;
   105 	  &lt;/xsd:complexType&gt;
   108 	&lt;/xsd:element&gt;
   106 	&lt;/xsd:element&gt;
   109 
   107 
   110         &lt;!-- Color space  --&gt;
   108         &lt;!-- Color space  --&gt;
   111         &lt;xsd:element name="ColorSpaceType" type="xsd:unsignedInt" 
   109         &lt;xsd:element name="ColorSpaceType" type="xsd:unsignedInt"
   112 		     minOccurs="0"/&gt;
   110 		     minOccurs="0"/&gt;
   113 
   111 
   114 	&lt;!-- CIE XYZ for the LCS_CALIBRATED_RGB color space --&gt;
   112 	&lt;!-- CIE XYZ for the LCS_CALIBRATED_RGB color space --&gt;
   115         &lt;xsd:element name="CIEXYZEndpoints" minOccurs="0"&gt;
   113         &lt;xsd:element name="CIEXYZEndpoints" minOccurs="0"&gt;
   116 	  &lt;xsd:complexType&gt;
   114 	  &lt;xsd:complexType&gt;