| Package | Description |
|---|---|
| com.itextpdf.pdfoptimizer.handlers.imagequality.processors.scaling | |
| com.itextpdf.pdfoptimizer.handlers.util |
| Modifier and Type | Method and Description |
|---|---|
BitmapImagePixels |
IScalingAlgorithm.scale(BitmapImagePixels original, double scaling)
Scales a bitmap image.
|
BitmapImagePixels |
AverageCalculationAlgorithm.scale(BitmapImagePixels original, double scaling)
Scales a bitmap image by calculating average color of all pixels of the original image covered by the pixel of resulting image.
|
BitmapImagePixels |
DroppingAlgorithm.scale(BitmapImagePixels original, double scaling)
Scales a bitmap image by copying the nearest neighbor pixel of the original.
|
| Modifier and Type | Method and Description |
|---|---|
BitmapImagePixels |
IScalingAlgorithm.scale(BitmapImagePixels original, double scaling)
Scales a bitmap image.
|
BitmapImagePixels |
AverageCalculationAlgorithm.scale(BitmapImagePixels original, double scaling)
Scales a bitmap image by calculating average color of all pixels of the original image covered by the pixel of resulting image.
|
BitmapImagePixels |
DroppingAlgorithm.scale(BitmapImagePixels original, double scaling)
Scales a bitmap image by copying the nearest neighbor pixel of the original.
|
| Modifier and Type | Method and Description |
|---|---|
static BitmapImagePixels |
CsConverterUtil.convertBitmapImage(BitmapImagePixels imagePixels, ColorConverter converter)
Converts passed bitmap image bytes from one color space to another according with provided ColorConverter.
|
static BitmapImagePixels |
CsConverterUtil.extractColorTableOfIndexedImage(com.itextpdf.kernel.pdf.colorspace.PdfSpecialCs.Indexed indexedCs)
Extracts color table from indexed color space instance.
|
| Modifier and Type | Method and Description |
|---|---|
static BitmapImagePixels |
CsConverterUtil.convertBitmapImage(BitmapImagePixels imagePixels, ColorConverter converter)
Converts passed bitmap image bytes from one color space to another according with provided ColorConverter.
|
Copyright © 1998–2020 iText Group NV. All rights reserved.