source: osm/applications/editors/josm/plugins/geotools/META-INF/services/javax.imageio.spi.ImageReaderSpi@ 29007

Last change on this file since 29007 was 28946, checked in by donvip, 12 years ago

[josm_geotools] fix services configuration and plugin-stage

File size: 2.5 KB
Line 
1it.geosolutions.imageioimpl.plugins.tiff.TIFFImageReaderSpi
2
3#
4# $RCSfile: javax.imageio.spi.ImageReaderSpi,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 ImageReader plug-ins ---
48#
49com.sun.media.imageioimpl.plugins.jpeg.CLibJPEGImageReaderSpi
50com.sun.media.imageioimpl.plugins.png.CLibPNGImageReaderSpi
51com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReaderSpi
52com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReaderCodecLibSpi
53com.sun.media.imageioimpl.plugins.wbmp.WBMPImageReaderSpi
54com.sun.media.imageioimpl.plugins.bmp.BMPImageReaderSpi
55com.sun.media.imageioimpl.plugins.pnm.PNMImageReaderSpi
56com.sun.media.imageioimpl.plugins.raw.RawImageReaderSpi
57com.sun.media.imageioimpl.plugins.tiff.TIFFImageReaderSpi
Note: See TracBrowser for help on using the repository browser.