< prev index next >

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

Print this page

        

*** 1,10 **** ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> ! <html> <head> <!-- ! Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. This code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 only, as published by the Free Software Foundation. Oracle designates this --- 1,13 ---- ! <!doctype html> ! <html lang="en"> <head> + <meta charset="utf-8"/> + <title>GIF Metadata Format Specification</title> + </head> <!-- ! Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. This code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 only, as published by the Free Software Foundation. Oracle designates this
*** 24,45 **** Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA or visit www.oracle.com if you need additional information or have any questions. --> ! <title>GIF Metadata Format Specification</title> ! </head> ! ! <body bgcolor="white"> ! <center><h1> ! GIF Metadata Format Specification ! </h1></center> ! <a name="gif_stream_metadata_format"></a> ! <center><h2> ! GIF Stream Metadata Format Specification ! </h2></center> <p> The GIF stream metadata format encodes the information stored in the per-file header, namely the file version, logical screen descriptor, --- 27,41 ---- Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA or visit www.oracle.com if you need additional information or have any questions. --> ! <body> ! <h1>GIF Metadata Format Specification</h1> ! <a id="gif_stream_metadata_format"></a> ! <h2>GIF Stream Metadata Format Specification</h2> <p> The GIF stream metadata format encodes the information stored in the per-file header, namely the file version, logical screen descriptor,
*** 133,146 **** &lt;!-- Data type: Integer --&gt; &lt;!-- Min value: 0 (inclusive) --&gt; &lt;!-- Max value: 255 (inclusive) --&gt; ]&gt; </pre> ! <a name="gif_image_metadata_format"></a> ! <center><h2> ! GIF Image Metadata Format Specification ! </h2></center> <p> The GIF image metadata format encodes the image descriptor, local color table, and extension information assciated with a single image within a GIF file, typically a frame of an animation. --- 129,140 ---- &lt;!-- Data type: Integer --&gt; &lt;!-- Min value: 0 (inclusive) --&gt; &lt;!-- Max value: 255 (inclusive) --&gt; ]&gt; </pre> ! <a id="gif_image_metadata_format"></a> ! <h2>GIF Image Metadata Format Specification</h2> <p> The GIF image metadata format encodes the image descriptor, local color table, and extension information assciated with a single image within a GIF file, typically a frame of an animation.
*** 348,359 **** &lt;!-- Data type: String --&gt; ]&gt; </pre> <p> ! <a name="mapping"></a> ! <center> <table border=1> <caption><b>Mapping of Standard to GIF Native Stream Metadata</b></caption> <tr> <th>Standard Metadata Component</th> <th>GIF Native Stream Metadata Component</th> --- 342,352 ---- &lt;!-- Data type: String --&gt; ]&gt; </pre> <p> ! <a id="mapping"></a> <table border=1> <caption><b>Mapping of Standard to GIF Native Stream Metadata</b></caption> <tr> <th>Standard Metadata Component</th> <th>GIF Native Stream Metadata Component</th>
*** 397,409 **** <tr> <td>/Document/FormatVersion@value</td> <td>/Version@value</td> </tr> </table> - </center> - <center> <table border=1> <caption><b>Mapping of Standard to GIF Native Image Metadata</b></caption> <tr> <th>Standard Metadata Component</th> <th>GIF Native Image Metadata Component</th> --- 390,400 ----
*** 441,449 **** <td>/GraphicControlExtension@transparentColorIndex (/GraphicControlExtension@transparentColorFlag is also set to "TRUE")</td> </tr> </table> - </center> </body> </html> --- 432,439 ----
< prev index next >