Package loci.formats

Class ChannelFiller

java.lang.Object
loci.formats.ReaderWrapper
loci.formats.ChannelFiller
All Implemented Interfaces:
Closeable, AutoCloseable, ICompressedTileReader, IFormatHandler, IFormatReader, IMetadataConfigurable, IPyramidHandler

public class ChannelFiller extends ReaderWrapper
For indexed color data representing true color, factors out the indices, replacing them with the color table values directly. For all other data (either non-indexed, or indexed with "false color" tables), does nothing.