source: osm/applications/editors/josm/plugins/geotools/jar/META-INF/services/javax.imageio.spi.ImageWriterSpi@ 35903

Last change on this file since 35903 was 35903, checked in by taylor.smock, 3 years ago

geotools: run ant merge-geotools-services

This should fix the services issues seen in #21803.

This also updates geotools to 26.2.

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