Class PCXReader

All Implemented Interfaces:
Closeable, AutoCloseable, ICompressedTileReader, IFormatHandler, IFormatReader, IMetadataConfigurable, IPyramidHandler

public class PCXReader extends FormatReader
PCXReader is the file format reader for PCX files (originally used by PC Paintbrush; now used in Zeiss' LSM Image Browser). See http://www.qzx.com/pc-gpe/pcx.txt
  • Field Details

    • PCX_MAGIC_BYTE

      public static final byte PCX_MAGIC_BYTE
      See Also:
    • offset

      private long offset
      Offset to pixel data.
    • bytesPerLine

      private int bytesPerLine
      Number of bytes per scan line - may be different than image width.
    • nColorPlanes

      private int nColorPlanes
    • lut

      private byte[][] lut
  • Constructor Details

    • PCXReader

      public PCXReader()
      Constructs a new PCX reader.
  • Method Details