Package com.luciad.imageio.webp
Class WebPImageWriterSpi
-
- All Implemented Interfaces:
-
javax.imageio.spi.RegisterableService
public class WebPImageWriterSpi extends ImageWriterSpi
-
-
Constructor Summary
Constructors Constructor Description WebPImageWriterSpi()
-
Method Summary
Modifier and Type Method Description BooleancanEncodeImage(ImageTypeSpecifier type)ImageWritercreateWriterInstance(Object extension)StringgetDescription(Locale locale)-
Methods inherited from class javax.imageio.spi.ImageWriterSpi
canEncodeImage, createWriterInstance, getImageReaderSpiNames, getOutputTypes, isFormatLossless, isOwnWriter -
Methods inherited from class javax.imageio.spi.IIOServiceProvider
getVendorName, getVersion, onDeregistration, onRegistration -
Methods inherited from class javax.imageio.spi.ImageReaderWriterSpi
getExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupported -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
canEncodeImage
Boolean canEncodeImage(ImageTypeSpecifier type)
-
createWriterInstance
ImageWriter createWriterInstance(Object extension)
-
getDescription
String getDescription(Locale locale)
-
-
-
-