Class jxlatte.PNGWriter

java.lang.Object
gov.nih.mipav.model.file.jxlatte.PNGWriter
Enclosing class:
jxlatte

public class jxlatte.PNGWriter extends Object
  • Field Details

    • bitDepth

      private int bitDepth
    • buffer

      private jxlatte.ImageBuffer[] buffer
    • out

      private DataOutputStream out
    • height

      private int height
    • width

      private int width
    • colorMode

      private int colorMode
    • colorChannels

      private int colorChannels
    • alphaIndex

      private int alphaIndex
    • deflateLevel

      private int deflateLevel
    • primaries

      private jxlatte.CIEPrimaries primaries
    • whitePoint

      private jxlatte.CIEXY whitePoint
    • crc32

      private CRC32 crc32
    • iccProfile

      private byte[] iccProfile
    • hdr

      private boolean hdr
    • tf

      private int tf
    • maxValue

      private int maxValue
    • writeSrgbIcc

      private boolean writeSrgbIcc
  • Constructor Details

    • PNGWriter

      public PNGWriter(jxlatte.JXLImage image)
    • PNGWriter

      public PNGWriter(jxlatte.JXLImage image, boolean hdr)
    • PNGWriter

      public PNGWriter(jxlatte.JXLImage image, int bitDepth, boolean hdr, int peakDetect)
    • PNGWriter

      public PNGWriter(jxlatte.JXLImage image, int bitDepth, int deflateLevel, boolean hdr, int peakDetect)
  • Method Details