Class BitmapImagePixels
java.lang.Object
com.itextpdf.kernel.utils.BitmapImagePixels
com.itextpdf.pdfoptimizer.handlers.util.BitmapImagePixels
public class BitmapImagePixels extends com.itextpdf.kernel.utils.BitmapImagePixels
Class allows to process pixels of the bitmap image stored as byte array according to PDF specification.
This class will move to BitmapImagePixels in the next major release
-
Constructor Summary
ConstructorsConstructorDescriptionBitmapImagePixels(int width, int height, int bitsPerComponent, int numberOfComponents) BitmapImagePixels(int width, int height, int bitsPerComponent, int numberOfComponents, byte[] data) BitmapImagePixels(com.itextpdf.kernel.pdf.xobject.PdfImageXObject image) -
Method Summary
Methods inherited from class com.itextpdf.kernel.utils.BitmapImagePixels
getBitsPerComponent, getData, getHeight, getMaxComponentValue, getNumberOfComponents, getPixel, getPixelAsLongs, getWidth, setPixel, setPixel
-
Constructor Details
-
BitmapImagePixels
public BitmapImagePixels(int width, int height, int bitsPerComponent, int numberOfComponents) -
BitmapImagePixels
public BitmapImagePixels(com.itextpdf.kernel.pdf.xobject.PdfImageXObject image) -
BitmapImagePixels
public BitmapImagePixels(int width, int height, int bitsPerComponent, int numberOfComponents, byte[] data)
-