Class PCXImageReader

java.lang.Object
javax.imageio.ImageReader
com.github.jaiimageio.impl.plugins.pcx.PCXImageReader
All Implemented Interfaces:
PCXConstants

public class PCXImageReader extends ImageReader implements PCXConstants
  • Field Details

    • iis

      private ImageInputStream iis
    • width

      private int width
    • height

      private int height
    • gotHeader

      private boolean gotHeader
    • manufacturer

      private byte manufacturer
    • encoding

      private byte encoding
    • xmax

      private short xmax
    • ymax

      private short ymax
    • smallPalette

      private byte[] smallPalette
    • largePalette

      private byte[] largePalette
    • colorPlanes

      private byte colorPlanes
    • bytesPerLine

      private short bytesPerLine
    • paletteType

      private short paletteType
    • metadata

      private PCXMetadata metadata
    • sampleModel

      private SampleModel sampleModel
    • originalSampleModel

      private SampleModel originalSampleModel
    • colorModel

      private ColorModel colorModel
    • originalColorModel

      private ColorModel originalColorModel
    • destinationRegion

      private Rectangle destinationRegion
      The destination region.
    • sourceRegion

      private Rectangle sourceRegion
      The source region.
    • bi

      private BufferedImage bi
      The destination image.
    • noTransform

      private boolean noTransform
      Indicates whether subsampled, subregion is required, and offset is defined
    • seleBand

      private boolean seleBand
      Indicates whether subband is selected.
    • scaleX

      private int scaleX
      The scaling factors.
    • scaleY

      private int scaleY
      The scaling factors.
    • sourceBands

      private int[] sourceBands
      source and destination bands.
    • destBands

      private int[] destBands
      source and destination bands.
  • Constructor Details

  • Method Details