Uses of Class
org.apache.commons.imaging.formats.ico.IcoImagingParameters
Packages that use IcoImagingParameters
-
Uses of IcoImagingParameters in org.apache.commons.imaging.formats.ico
Methods in org.apache.commons.imaging.formats.ico that return IcoImagingParametersMethods in org.apache.commons.imaging.formats.ico with parameters of type IcoImagingParametersModifier and TypeMethodDescriptionfinal BufferedImage
IcoImageParser.getBufferedImage
(ByteSource byteSource, IcoImagingParameters params) byte[]
IcoImageParser.getIccProfileBytes
(ByteSource byteSource, IcoImagingParameters params) IcoImageParser.getImageInfo
(ByteSource byteSource, IcoImagingParameters params) IcoImageParser.getImageSize
(ByteSource byteSource, IcoImagingParameters params) IcoImageParser.getMetadata
(ByteSource byteSource, IcoImagingParameters params) void
IcoImageParser.writeImage
(BufferedImage src, OutputStream os, IcoImagingParameters params)