Uses of Class
org.apache.commons.imaging.formats.pcx.PcxImagingParameters
-
Packages that use PcxImagingParameters Package Description org.apache.commons.imaging.formats.dcx The DCX image format.org.apache.commons.imaging.formats.pcx The PCX image format. -
-
Uses of PcxImagingParameters in org.apache.commons.imaging.formats.dcx
Methods in org.apache.commons.imaging.formats.dcx that return PcxImagingParameters Modifier and Type Method Description PcxImagingParameters
DcxImageParser. getDefaultParameters()
Methods in org.apache.commons.imaging.formats.dcx with parameters of type PcxImagingParameters Modifier and Type Method Description BufferedImage
DcxImageParser. getBufferedImage(ByteSource byteSource, PcxImagingParameters params)
byte[]
DcxImageParser. getICCProfileBytes(ByteSource byteSource, PcxImagingParameters params)
ImageInfo
DcxImageParser. getImageInfo(ByteSource byteSource, PcxImagingParameters params)
Dimension
DcxImageParser. getImageSize(ByteSource byteSource, PcxImagingParameters params)
ImageMetadata
DcxImageParser. getMetadata(ByteSource byteSource, PcxImagingParameters params)
void
DcxImageParser. writeImage(BufferedImage src, OutputStream os, PcxImagingParameters params)
-
Uses of PcxImagingParameters in org.apache.commons.imaging.formats.pcx
Methods in org.apache.commons.imaging.formats.pcx that return PcxImagingParameters Modifier and Type Method Description PcxImagingParameters
PcxImageParser. getDefaultParameters()
Methods in org.apache.commons.imaging.formats.pcx with parameters of type PcxImagingParameters Modifier and Type Method Description BufferedImage
PcxImageParser. getBufferedImage(ByteSource byteSource, PcxImagingParameters params)
byte[]
PcxImageParser. getICCProfileBytes(ByteSource byteSource, PcxImagingParameters params)
ImageInfo
PcxImageParser. getImageInfo(ByteSource byteSource, PcxImagingParameters params)
Dimension
PcxImageParser. getImageSize(ByteSource byteSource, PcxImagingParameters params)
ImageMetadata
PcxImageParser. getMetadata(ByteSource byteSource, PcxImagingParameters params)
void
PcxImageParser. writeImage(BufferedImage src, OutputStream os, PcxImagingParameters params)
-