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

    Constructors
    Constructor
    Description
    BitmapImagePixels(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)