Uses of Class
org.apache.commons.imaging.formats.wbmp.WbmpImagingParameters
Packages that use WbmpImagingParameters
Package
Description
The Wireless Application Protocol Bitmap Format image format.
-
Uses of WbmpImagingParameters in org.apache.commons.imaging.formats.wbmp
Subclasses with type arguments of type WbmpImagingParameters in org.apache.commons.imaging.formats.wbmpModifier and TypeClassDescriptionclassclassWbmp format parameters.Methods in org.apache.commons.imaging.formats.wbmp that return WbmpImagingParametersMethods in org.apache.commons.imaging.formats.wbmp with parameters of type WbmpImagingParametersModifier and TypeMethodDescriptionfinal BufferedImageWbmpImageParser.getBufferedImage(ByteSource byteSource, WbmpImagingParameters params) byte[]WbmpImageParser.getIccProfileBytes(ByteSource byteSource, WbmpImagingParameters params) WbmpImageParser.getImageInfo(ByteSource byteSource, WbmpImagingParameters params) WbmpImageParser.getImageSize(ByteSource byteSource, WbmpImagingParameters params) WbmpImageParser.getMetadata(ByteSource byteSource, WbmpImagingParameters params) voidWbmpImageParser.writeImage(BufferedImage src, OutputStream os, WbmpImagingParameters params)