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 PcxImagingParametersDcxImageParser. getDefaultParameters()Methods in org.apache.commons.imaging.formats.dcx with parameters of type PcxImagingParameters Modifier and Type Method Description BufferedImageDcxImageParser. getBufferedImage(ByteSource byteSource, PcxImagingParameters params)byte[]DcxImageParser. getICCProfileBytes(ByteSource byteSource, PcxImagingParameters params)ImageInfoDcxImageParser. getImageInfo(ByteSource byteSource, PcxImagingParameters params)DimensionDcxImageParser. getImageSize(ByteSource byteSource, PcxImagingParameters params)ImageMetadataDcxImageParser. getMetadata(ByteSource byteSource, PcxImagingParameters params)voidDcxImageParser. 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 PcxImagingParametersPcxImageParser. getDefaultParameters()Methods in org.apache.commons.imaging.formats.pcx with parameters of type PcxImagingParameters Modifier and Type Method Description BufferedImagePcxImageParser. getBufferedImage(ByteSource byteSource, PcxImagingParameters params)byte[]PcxImageParser. getICCProfileBytes(ByteSource byteSource, PcxImagingParameters params)ImageInfoPcxImageParser. getImageInfo(ByteSource byteSource, PcxImagingParameters params)DimensionPcxImageParser. getImageSize(ByteSource byteSource, PcxImagingParameters params)ImageMetadataPcxImageParser. getMetadata(ByteSource byteSource, PcxImagingParameters params)voidPcxImageParser. writeImage(BufferedImage src, OutputStream os, PcxImagingParameters params)
-