1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> 2 <html> 3 <head> 4 <!-- 5 Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. 6 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 7 8 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 10 published by the Free Software Foundation. Oracle designates this 11 particular file as subject to the "Classpath" exception as provided 12 by Oracle in the LICENSE file that accompanied this code. 13 14 This code is distributed in the hope that it will be useful, but WITHOUT 15 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 16 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 17 version 2 for more details (a copy is included in the LICENSE file that 18 accompanied this code). 19 20 You should have received a copy of the GNU General Public License version 21 2 along with this work; if not, write to the Free Software Foundation, 22 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 23 24 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 26 questions. 27 --> 28 29 <title>Standard Metadata Format Specification</title> 30 </head> 31 32 <body bgcolor="white"> 33 34 <center><h1> 35 Standard (Plug-in Neutral) Metadata Format Specification 36 </h1></center> 37 38 <p> The plug-in neutral "javax_imageio_1.0" format consists 39 of a root node named "javax_imageio_1.0" which has child 40 nodes "chroma", "compression", "dimension", "document", "text", 41 "tile", and "transparency". The format is described by the 42 following DTD: 43 44 <pre> 45 <!DOCTYPE "javax_imageio_1.0" [ 46 47 <!ELEMENT "javax_imageio_1.0" (Chroma?, Compression?, Data?, Dimension?, 48 Document?, Text?, Transparency?)> 49 50 <!ELEMENT "Chroma" (ColorSpaceType?, NumChannels?, Gamma?, 51 BlackIsZero?, Palette?, BackgroundIndex?, BackgroundColor?)> 52 <!-- Chroma (color) information --> 53 54 <!ELEMENT "ColorSpaceType" EMPTY> 55 <!-- The raw color space of the image --> 56 <!ATTLIST "ColorSpaceType" "name" ("XYZ" | "Lab" | "Luv" | | 1 <!doctype html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"/> 5 <title>Standard Metadata Format Specification</title> 6 </head> 7 <!-- 8 Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. 9 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 10 11 This code is free software; you can redistribute it and/or modify it 12 under the terms of the GNU General Public License version 2 only, as 13 published by the Free Software Foundation. Oracle designates this 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 34 <h1>Standard (Plug-in Neutral) Metadata Format Specification</h1> 35 36 <p> The plug-in neutral "javax_imageio_1.0" format consists 37 of a root node named "javax_imageio_1.0" which has child 38 nodes "chroma", "compression", "dimension", "document", "text", 39 "tile", and "transparency". The format is described by the 40 following DTD: 41 42 <pre> 43 <!DOCTYPE "javax_imageio_1.0" [ 44 45 <!ELEMENT "javax_imageio_1.0" (Chroma?, Compression?, Data?, Dimension?, 46 Document?, Text?, Transparency?)> 47 48 <!ELEMENT "Chroma" (ColorSpaceType?, NumChannels?, Gamma?, 49 BlackIsZero?, Palette?, BackgroundIndex?, BackgroundColor?)> 50 <!-- Chroma (color) information --> 51 52 <!ELEMENT "ColorSpaceType" EMPTY> 53 <!-- The raw color space of the image --> 54 <!ATTLIST "ColorSpaceType" "name" ("XYZ" | "Lab" | "Luv" | |