src/java.desktop/share/classes/javax/imageio/metadata/doc-files/bmp_metadata.html
equal
deleted
inserted
replaced
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 <?xml version="1.0" encoding="UTF-8"?> |
38 <?xml version="1.0" encoding="UTF-8"?> |
106 </xsd:sequence> |
104 </xsd:sequence> |
107 </xsd:complexType> |
105 </xsd:complexType> |
108 </xsd:element> |
106 </xsd:element> |
109 |
107 |
110 <!-- Color space --> |
108 <!-- Color space --> |
111 <xsd:element name="ColorSpaceType" type="xsd:unsignedInt" |
109 <xsd:element name="ColorSpaceType" type="xsd:unsignedInt" |
112 minOccurs="0"/> |
110 minOccurs="0"/> |
113 |
111 |
114 <!-- CIE XYZ for the LCS_CALIBRATED_RGB color space --> |
112 <!-- CIE XYZ for the LCS_CALIBRATED_RGB color space --> |
115 <xsd:element name="CIEXYZEndpoints" minOccurs="0"> |
113 <xsd:element name="CIEXYZEndpoints" minOccurs="0"> |
116 <xsd:complexType> |
114 <xsd:complexType> |