Uses of Class
org.apache.commons.imaging.formats.ico.IcoImagingParameters
-
Packages that use IcoImagingParameters Package Description org.apache.commons.imaging.formats.ico The ICO/CUR image formats. -
-
Uses of IcoImagingParameters in org.apache.commons.imaging.formats.ico
Methods in org.apache.commons.imaging.formats.ico that return IcoImagingParameters Modifier and Type Method Description IcoImagingParametersIcoImageParser. getDefaultParameters()Methods in org.apache.commons.imaging.formats.ico with parameters of type IcoImagingParameters Modifier and Type Method Description BufferedImageIcoImageParser. getBufferedImage(ByteSource byteSource, IcoImagingParameters params)byte[]IcoImageParser. getICCProfileBytes(ByteSource byteSource, IcoImagingParameters params)ImageInfoIcoImageParser. getImageInfo(ByteSource byteSource, IcoImagingParameters params)DimensionIcoImageParser. getImageSize(ByteSource byteSource, IcoImagingParameters params)ImageMetadataIcoImageParser. getMetadata(ByteSource byteSource, IcoImagingParameters params)voidIcoImageParser. writeImage(BufferedImage src, OutputStream os, IcoImagingParameters params)
-