< prev index next >

src/java.desktop/share/classes/javax/imageio/package.html

Print this page


   1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
   2 <html>
   3 <head>
   4 <!--
   5 Copyright (c) 2000, 2007, 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


  43 the contents of image files, including metadata and thumbnails
  44 (<code>IIOImage</code>); for controlling the image reading process
  45 (<code>ImageReader</code>, <code>ImageReadParam</code>, and
  46 <code>ImageTypeSpecifier</code>) and image writing process
  47 (<code>ImageWriter</code> and <code>ImageWriteParam</code>); for
  48 performing transcoding between formats (<code>ImageTranscoder</code>),
  49 and for reporting errors (<code>IIOException</code>).
  50 
  51 <p>
  52 All implementations of javax.imageio provide the following standard
  53 image format plug-ins:
  54 </p>
  55 <div>
  56 <table border=1 align='center' cellpadding=5>
  57 <tr>
  58     <th>&nbsp;</th> <th>Reading</th> <th>Writing</th>
  59     <th>Notes</th> <th>Metadata</th>
  60 </tr>
  61 <!-- BMP plugin -->
  62 <tr>
  63     <td>BMP</td>
  64     <td align='center'>yes</td>
  65     <td align='center'>yes</td>
  66     <td align='center'>none</td>
  67     <td align='center'><a href='metadata/doc-files/bmp_metadata.html'>
  68     BMP metadata format</a></td>
  69 </tr>
  70 <!-- GIF plugin -->
  71 <tr>
  72     <td><a href="http://www.w3.org/Graphics/GIF/spec-gif89a.txt">GIF</a></td>
  73     <td align='center'>yes</td>
  74     <td align='center'>yes</td>
  75     <td align='center'><a href="#gif_plugin_notes">
  76     GIF plug-in notes</a></td>
  77     <td align='center'><a href='metadata/doc-files/gif_metadata.html'>
  78     GIF metadata format</a></td>
  79 </tr>
  80 <!-- JPEG plugin -->
  81 <tr>
  82     <td> <a href="http://www.jpeg.org">JPEG</a></td>
  83     <td align='center'>yes</td>


   1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
   2 <html>
   3 <head>
   4 <!--
   5 Copyright (c) 2000, 2016, 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


  43 the contents of image files, including metadata and thumbnails
  44 (<code>IIOImage</code>); for controlling the image reading process
  45 (<code>ImageReader</code>, <code>ImageReadParam</code>, and
  46 <code>ImageTypeSpecifier</code>) and image writing process
  47 (<code>ImageWriter</code> and <code>ImageWriteParam</code>); for
  48 performing transcoding between formats (<code>ImageTranscoder</code>),
  49 and for reporting errors (<code>IIOException</code>).
  50 
  51 <p>
  52 All implementations of javax.imageio provide the following standard
  53 image format plug-ins:
  54 </p>
  55 <div>
  56 <table border=1 align='center' cellpadding=5>
  57 <tr>
  58     <th>&nbsp;</th> <th>Reading</th> <th>Writing</th>
  59     <th>Notes</th> <th>Metadata</th>
  60 </tr>
  61 <!-- BMP plugin -->
  62 <tr>
  63     <td><a href="https://msdn.microsoft.com/en-us/library/dd183391.aspx">BMP</a></td>
  64     <td align='center'>yes</td>
  65     <td align='center'>yes</td>
  66     <td align='center'>none</td>
  67     <td align='center'><a href='metadata/doc-files/bmp_metadata.html'>
  68     BMP metadata format</a></td>
  69 </tr>
  70 <!-- GIF plugin -->
  71 <tr>
  72     <td><a href="http://www.w3.org/Graphics/GIF/spec-gif89a.txt">GIF</a></td>
  73     <td align='center'>yes</td>
  74     <td align='center'>yes</td>
  75     <td align='center'><a href="#gif_plugin_notes">
  76     GIF plug-in notes</a></td>
  77     <td align='center'><a href='metadata/doc-files/gif_metadata.html'>
  78     GIF metadata format</a></td>
  79 </tr>
  80 <!-- JPEG plugin -->
  81 <tr>
  82     <td> <a href="http://www.jpeg.org">JPEG</a></td>
  83     <td align='center'>yes</td>


< prev index next >