Package org.apache.commons.imaging.formats.tiff.photometricinterpreters.floatingpoint
Provides supplemental photometric interpreters for TIFF products based
on floating-point data.
-
Interface Summary Interface Description PaletteEntry Defines an interface for specifying color assignments to floating point values. -
Class Summary Class Description PaletteEntryForRange Provides a palette entry for colors associated with a range of values.PaletteEntryForValue Provides a palette entry for a color assignment to a single value.PhotometricInterpreterFloat Implements a custom photometric interpreter that can be supplied by applications in order to render Java images from real-valued TIFF data products.