Class PngImageHelper.PngParameters

java.lang.Object
com.itextpdf.io.image.PngImageHelper.PngParameters
Enclosing class:
PngImageHelper

private static class PngImageHelper.PngParameters extends Object
  • Field Details

    • image

    • dataStream

      InputStream dataStream
    • width

      int width
    • height

      int height
    • bitDepth

      int bitDepth
    • compressionMethod

      int compressionMethod
    • filterMethod

      int filterMethod
    • interlaceMethod

      int interlaceMethod
    • additional

      Map<String,Object> additional
    • imageData

      byte[] imageData
    • smask

      byte[] smask
    • trans

      byte[] trans
    • idat

    • dpiX

      int dpiX
    • dpiY

      int dpiY
    • XYRatio

      float XYRatio
    • genBWMask

      boolean genBWMask
    • palShades

      boolean palShades
    • transRedGray

      int transRedGray
    • transGreen

      int transGreen
    • transBlue

      int transBlue
    • inputBands

      int inputBands
    • bytesPerPixel

      int bytesPerPixel
    • intent

      String intent
    • iccProfile

      IccProfile iccProfile
  • Constructor Details