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 IcoImagingParameters
IcoImageParser. getDefaultParameters()
Methods in org.apache.commons.imaging.formats.ico with parameters of type IcoImagingParameters Modifier and Type Method Description BufferedImage
IcoImageParser. getBufferedImage(ByteSource byteSource, IcoImagingParameters params)
byte[]
IcoImageParser. getICCProfileBytes(ByteSource byteSource, IcoImagingParameters params)
ImageInfo
IcoImageParser. getImageInfo(ByteSource byteSource, IcoImagingParameters params)
Dimension
IcoImageParser. getImageSize(ByteSource byteSource, IcoImagingParameters params)
ImageMetadata
IcoImageParser. getMetadata(ByteSource byteSource, IcoImagingParameters params)
void
IcoImageParser. writeImage(BufferedImage src, OutputStream os, IcoImagingParameters params)
-