Class ImgWriterRAWColor

java.lang.Object
jj2000.j2k.image.output.ImgWriter
gov.nih.mipav.model.file.rawjp2.ImgWriterRAW
gov.nih.mipav.model.file.rawjp2.ImgWriterRAWColor

public class ImgWriterRAWColor extends ImgWriterRAW
  • Field Details

    • fb

      private int[] fb
    • levShift

      private int[] levShift
    • cFactor

      protected int cFactor
    • db0

      protected jj2000.j2k.image.DataBlkInt db0
    • db1

      protected jj2000.j2k.image.DataBlkInt db1
    • db2

      protected jj2000.j2k.image.DataBlkInt db2
  • Constructor Details

    • ImgWriterRAWColor

      public ImgWriterRAWColor(File out, jj2000.j2k.image.BlkImgDataSrc imgSrc, int c, boolean isSigned) throws IOException
      Throws:
      IOException
    • ImgWriterRAWColor

      public ImgWriterRAWColor(ModelImage mi, jj2000.j2k.image.BlkImgDataSrc imgSrc, boolean isSigned) throws IOException
      Throws:
      IOException
    • ImgWriterRAWColor

      public ImgWriterRAWColor(String fname, jj2000.j2k.image.BlkImgDataSrc imgSrc, int c, boolean isSigned) throws IOException
      Throws:
      IOException
  • Method Details