| 1 | it.geosolutions.imageioimpl.plugins.tiff.TIFFImageWriterSpi
|
|---|
| 2 |
|
|---|
| 3 | #
|
|---|
| 4 | # $RCSfile: javax.imageio.spi.ImageWriterSpi,v $
|
|---|
| 5 | #
|
|---|
| 6 | #
|
|---|
| 7 | # Copyright (c) 2005 Sun Microsystems, Inc. All Rights Reserved.
|
|---|
| 8 | #
|
|---|
| 9 | # Redistribution and use in source and binary forms, with or without
|
|---|
| 10 | # modification, are permitted provided that the following conditions
|
|---|
| 11 | # are met:
|
|---|
| 12 | #
|
|---|
| 13 | # - Redistribution of source code must retain the above copyright
|
|---|
| 14 | # notice, this list of conditions and the following disclaimer.
|
|---|
| 15 | #
|
|---|
| 16 | # - Redistribution in binary form must reproduce the above copyright
|
|---|
| 17 | # notice, this list of conditions and the following disclaimer in
|
|---|
| 18 | # the documentation and/or other materials provided with the
|
|---|
| 19 | # distribution.
|
|---|
| 20 | #
|
|---|
| 21 | # Neither the name of Sun Microsystems, Inc. or the names of
|
|---|
| 22 | # contributors may be used to endorse or promote products derived
|
|---|
| 23 | # from this software without specific prior written permission.
|
|---|
| 24 | #
|
|---|
| 25 | # This software is provided "AS IS," without a warranty of any
|
|---|
| 26 | # kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
|
|---|
| 27 | # WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
|
|---|
| 28 | # FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
|
|---|
| 29 | # EXCLUDED. SUN MIDROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
|
|---|
| 30 | # NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
|
|---|
| 31 | # USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
|
|---|
| 32 | # DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
|
|---|
| 33 | # ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
|
|---|
| 34 | # CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
|
|---|
| 35 | # REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
|
|---|
| 36 | # INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
|
|---|
| 37 | # POSSIBILITY OF SUCH DAMAGES.
|
|---|
| 38 | #
|
|---|
| 39 | # You acknowledge that this software is not designed or intended for
|
|---|
| 40 | # use in the design, construction, operation or maintenance of any
|
|---|
| 41 | # nuclear facility.
|
|---|
| 42 | #
|
|---|
| 43 | # $Revision: 1.1 $
|
|---|
| 44 | # $Date: 2005/02/11 05:02:44 $
|
|---|
| 45 | # $State: Exp $
|
|---|
| 46 | #
|
|---|
| 47 | # --- JAI-Image I/O ImageWriter plug-ins ---
|
|---|
| 48 | #
|
|---|
| 49 | com.sun.media.imageioimpl.plugins.jpeg.CLibJPEGImageWriterSpi
|
|---|
| 50 | com.sun.media.imageioimpl.plugins.png.CLibPNGImageWriterSpi
|
|---|
| 51 | com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriterSpi
|
|---|
| 52 | com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriterCodecLibSpi
|
|---|
| 53 | com.sun.media.imageioimpl.plugins.wbmp.WBMPImageWriterSpi
|
|---|
| 54 | com.sun.media.imageioimpl.plugins.bmp.BMPImageWriterSpi
|
|---|
| 55 | com.sun.media.imageioimpl.plugins.gif.GIFImageWriterSpi
|
|---|
| 56 | com.sun.media.imageioimpl.plugins.pnm.PNMImageWriterSpi
|
|---|
| 57 | com.sun.media.imageioimpl.plugins.raw.RawImageWriterSpi
|
|---|
| 58 | com.sun.media.imageioimpl.plugins.tiff.TIFFImageWriterSpi
|
|---|