Uses of Class
org.apache.commons.imaging.formats.wbmp.WbmpImagingParameters
-
Packages that use WbmpImagingParameters Package Description org.apache.commons.imaging.formats.wbmp The Wireless Application Protocol Bitmap Format image format. -
-
Uses of WbmpImagingParameters in org.apache.commons.imaging.formats.wbmp
Methods in org.apache.commons.imaging.formats.wbmp that return WbmpImagingParameters Modifier and Type Method Description WbmpImagingParametersWbmpImageParser. getDefaultParameters()Methods in org.apache.commons.imaging.formats.wbmp with parameters of type WbmpImagingParameters Modifier and Type Method Description BufferedImageWbmpImageParser. getBufferedImage(ByteSource byteSource, WbmpImagingParameters params)byte[]WbmpImageParser. getICCProfileBytes(ByteSource byteSource, WbmpImagingParameters params)ImageInfoWbmpImageParser. getImageInfo(ByteSource byteSource, WbmpImagingParameters params)DimensionWbmpImageParser. getImageSize(ByteSource byteSource, WbmpImagingParameters params)ImageMetadataWbmpImageParser. getMetadata(ByteSource byteSource, WbmpImagingParameters params)voidWbmpImageParser. writeImage(BufferedImage src, OutputStream os, WbmpImagingParameters params)
-