src/java.desktop/share/classes/javax/imageio/metadata/doc-files/gif_metadata.html
changeset 49306 fe898e8bd271
parent 48264 efda6932a433
child 50358 1ba28f0dbc33
equal deleted inserted replaced
49305:2f2b37908f91 49306:fe898e8bd271
     3 <head>
     3 <head>
     4   <meta charset="utf-8"/>
     4   <meta charset="utf-8"/>
     5   <title>GIF Metadata Format Specification</title>
     5   <title>GIF Metadata Format Specification</title>
     6 </head>
     6 </head>
     7 <!--
     7 <!--
     8 Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
     8 Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
     9 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     9 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    10 
    10 
    11 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
    12 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
    13 published by the Free Software Foundation.  Oracle designates this
    13 published by the Free Software Foundation.  Oracle designates this
   289       &lt;!ATTLIST "PlainTextExtension" "characterCellWidth" #CDATA
   289       &lt;!ATTLIST "PlainTextExtension" "characterCellWidth" #CDATA
   290          #REQUIRED&gt;
   290          #REQUIRED&gt;
   291         &lt;!-- The width of a character cell --&gt;
   291         &lt;!-- The width of a character cell --&gt;
   292         &lt;!-- Data type: Integer --&gt;
   292         &lt;!-- Data type: Integer --&gt;
   293         &lt;!-- Min value: 1 (inclusive) --&gt;
   293         &lt;!-- Min value: 1 (inclusive) --&gt;
   294         &lt;!-- Max value: 65535 (inclusive) --&gt;
   294         &lt;!-- Max value: 255 (inclusive) --&gt;
   295       &lt;!ATTLIST "PlainTextExtension" "characterCellHeight" #CDATA
   295       &lt;!ATTLIST "PlainTextExtension" "characterCellHeight" #CDATA
   296          #REQUIRED&gt;
   296          #REQUIRED&gt;
   297         &lt;!-- The height of a character cell --&gt;
   297         &lt;!-- The height of a character cell --&gt;
   298         &lt;!-- Data type: Integer --&gt;
   298         &lt;!-- Data type: Integer --&gt;
   299         &lt;!-- Min value: 1 (inclusive) --&gt;
   299         &lt;!-- Min value: 1 (inclusive) --&gt;
   300         &lt;!-- Max value: 65535 (inclusive) --&gt;
   300         &lt;!-- Max value: 255 (inclusive) --&gt;
   301       &lt;!ATTLIST "PlainTextExtension" "textForegroundColor" #CDATA
   301       &lt;!ATTLIST "PlainTextExtension" "textForegroundColor" #CDATA
   302          #REQUIRED&gt;
   302          #REQUIRED&gt;
   303         &lt;!-- The text foreground color index --&gt;
   303         &lt;!-- The text foreground color index --&gt;
   304         &lt;!-- Data type: Integer --&gt;
   304         &lt;!-- Data type: Integer --&gt;
   305         &lt;!-- Min value: 0 (inclusive) --&gt;
   305         &lt;!-- Min value: 0 (inclusive) --&gt;