Package | Description |
---|---|
org.apache.commons.imaging.formats.tiff.datareaders |
TIFF data readers.
|
org.apache.commons.imaging.formats.tiff.photometricinterpreters |
Classes for TIFF photometric interpretation (specifies the intended
interpretation of the image pixel data).
|
org.apache.commons.imaging.formats.tiff.photometricinterpreters.floatingpoint |
Provides supplemental photometric interpreters for TIFF products based
on floating-point data.
|
Modifier and Type | Method and Description |
---|---|
void |
DataReaderTiled.readImageData(ImageBuilder imageBuilder) |
abstract void |
ImageDataReader.readImageData(ImageBuilder imageBuilder) |
void |
DataReaderStrips.readImageData(ImageBuilder imageBuilder) |
Modifier and Type | Method and Description |
---|---|
void |
PhotometricInterpreterLogLuv.interpretPixel(ImageBuilder imageBuilder,
int[] samples,
int x,
int y) |
void |
PhotometricInterpreterRgb.interpretPixel(ImageBuilder imageBuilder,
int[] samples,
int x,
int y) |
void |
PhotometricInterpreterYCbCr.interpretPixel(ImageBuilder imageBuilder,
int[] samples,
int x,
int y) |
void |
PhotometricInterpreterPalette.interpretPixel(ImageBuilder imageBuilder,
int[] samples,
int x,
int y) |
void |
PhotometricInterpreterBiLevel.interpretPixel(ImageBuilder imageBuilder,
int[] samples,
int x,
int y) |
void |
PhotometricInterpreterCmyk.interpretPixel(ImageBuilder imageBuilder,
int[] samples,
int x,
int y) |
abstract void |
PhotometricInterpreter.interpretPixel(ImageBuilder imageBuilder,
int[] samples,
int x,
int y) |
void |
PhotometricInterpreterCieLab.interpretPixel(ImageBuilder imageBuilder,
int[] samples,
int x,
int y) |
Modifier and Type | Method and Description |
---|---|
void |
PhotometricInterpreterFloat.interpretPixel(ImageBuilder imageBuilder,
int[] samples,
int x,
int y) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.