Uses of Class
org.apache.commons.imaging.formats.ico.IcoImagingParameters
Packages that use IcoImagingParameters
-
Uses of IcoImagingParameters in org.apache.commons.imaging.formats.ico
Subclasses with type arguments of type IcoImagingParameters in org.apache.commons.imaging.formats.icoModifier and TypeClassDescriptionclassclassIco format parameters.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 BufferedImageIcoImageParser.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) voidIcoImageParser.writeImage(BufferedImage src, OutputStream os, IcoImagingParameters params)