Uses of Class
com.itextpdf.pdfoptimizer.handlers.util.BitmapImagePixels
Packages that use BitmapImagePixels
Package
Description
-
Uses of BitmapImagePixels in com.itextpdf.pdfoptimizer.handlers.imagequality.processors.scaling
Methods in com.itextpdf.pdfoptimizer.handlers.imagequality.processors.scaling that return BitmapImagePixelsModifier 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.Methods in com.itextpdf.pdfoptimizer.handlers.imagequality.processors.scaling with parameters of type BitmapImagePixelsModifier 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
Methods in com.itextpdf.pdfoptimizer.handlers.util that return BitmapImagePixelsModifier and TypeMethodDescriptionstatic BitmapImagePixelsCsConverterUtil.convertBitmapImage(BitmapImagePixels imagePixels, ColorDecoder colorDecoder) Converts passed bitmap image bytes from one color to another according to providedColorDecoder.static BitmapImagePixelsCsConverterUtil.convertBitmapImage(BitmapImagePixels imagePixels, ColorConverter converter) Converts passed bitmap image bytes from one color space to another according to providedColorConverter.static BitmapImagePixelsCsConverterUtil.convertBitmapImage(BitmapImagePixels imagePixels, ColorConverter converter, ColorDecoder colorDecoder) Converts passed bitmap image bytes from one color space to another according to providedColorConverterandColorDecoder.static BitmapImagePixelsCsConverterUtil.extractColorTableOfIndexedImage(com.itextpdf.kernel.pdf.colorspace.PdfSpecialCs.Indexed indexedCs) Extracts color table from indexed color space instance.Methods in com.itextpdf.pdfoptimizer.handlers.util with parameters of type BitmapImagePixelsModifier and TypeMethodDescriptionstatic BitmapImagePixelsCsConverterUtil.convertBitmapImage(BitmapImagePixels imagePixels, ColorDecoder colorDecoder) Converts passed bitmap image bytes from one color to another according to providedColorDecoder.static BitmapImagePixelsCsConverterUtil.convertBitmapImage(BitmapImagePixels imagePixels, ColorConverter converter) Converts passed bitmap image bytes from one color space to another according to providedColorConverter.static BitmapImagePixelsCsConverterUtil.convertBitmapImage(BitmapImagePixels imagePixels, ColorConverter converter, ColorDecoder colorDecoder) Converts passed bitmap image bytes from one color space to another according to providedColorConverterandColorDecoder.