Uses of Class
com.itextpdf.pdfoptimizer.handlers.util.BitmapImagePixels
Package
Description
-
Uses of BitmapImagePixels in com.itextpdf.pdfoptimizer.handlers.imagequality.processors.scaling
Modifier and TypeMethodDescriptionAverageCalculationAlgorithm.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.DroppingAlgorithm.scale
(BitmapImagePixels original, double scaling) Scales a bitmap image by copying the nearest neighbor pixel of the original.IScalingAlgorithm.scale
(BitmapImagePixels original, double scaling) Scales a bitmap image.Modifier and TypeMethodDescriptionAverageCalculationAlgorithm.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.DroppingAlgorithm.scale
(BitmapImagePixels original, double scaling) Scales a bitmap image by copying the nearest neighbor pixel of the original.IScalingAlgorithm.scale
(BitmapImagePixels original, double scaling) Scales a bitmap image. -
Uses of BitmapImagePixels in com.itextpdf.pdfoptimizer.handlers.util
Modifier and TypeMethodDescriptionstatic BitmapImagePixels
CsConverterUtil.convertBitmapImage
(BitmapImagePixels imagePixels, ColorDecoder colorDecoder) Converts passed bitmap image bytes from one color to another according to providedColorDecoder
.static BitmapImagePixels
CsConverterUtil.convertBitmapImage
(BitmapImagePixels imagePixels, ColorConverter converter) Converts passed bitmap image bytes from one color space to another according to providedColorConverter
.static BitmapImagePixels
CsConverterUtil.convertBitmapImage
(BitmapImagePixels imagePixels, ColorConverter converter, ColorDecoder colorDecoder) Converts passed bitmap image bytes from one color space to another according to providedColorConverter
andColorDecoder
.static BitmapImagePixels
CsConverterUtil.extractColorTableOfIndexedImage
(com.itextpdf.kernel.pdf.colorspace.PdfSpecialCs.Indexed indexedCs) Extracts color table from indexed color space instance.Modifier and TypeMethodDescriptionstatic BitmapImagePixels
CsConverterUtil.convertBitmapImage
(BitmapImagePixels imagePixels, ColorDecoder colorDecoder) Converts passed bitmap image bytes from one color to another according to providedColorDecoder
.static BitmapImagePixels
CsConverterUtil.convertBitmapImage
(BitmapImagePixels imagePixels, ColorConverter converter) Converts passed bitmap image bytes from one color space to another according to providedColorConverter
.static BitmapImagePixels
CsConverterUtil.convertBitmapImage
(BitmapImagePixels imagePixels, ColorConverter converter, ColorDecoder colorDecoder) Converts passed bitmap image bytes from one color space to another according to providedColorConverter
andColorDecoder
.