public class BitmapDeindexer extends Object implements IImageProcessor
BitmapIndexer
Constructor and Description |
---|
BitmapDeindexer() |
Modifier and Type | Method and Description |
---|---|
com.itextpdf.kernel.pdf.xobject.PdfImageXObject |
processImage(com.itextpdf.kernel.pdf.xobject.PdfImageXObject objectToProcess,
OptimizationSession session)
If bitmap image is in Indexed color space the Deindexer will create a representation of the
same in based color space.
|
public com.itextpdf.kernel.pdf.xobject.PdfImageXObject processImage(com.itextpdf.kernel.pdf.xobject.PdfImageXObject objectToProcess, OptimizationSession session)
processImage
in interface IImageProcessor
objectToProcess
- is a PdfImageXObject
representing the imagesession
- is an auxiliary object used to support share data between stages of
optimization processCopyright © 1998–2024 iText Group NV. All rights reserved.