Class RawImageData

    • Field Detail

      • CCITTG4

        public static final int CCITTG4
        Pure two-dimensional encoding (Group 4)
        See Also:
        Constant Field Values
      • CCITTG3_1D

        public static final int CCITTG3_1D
        Pure one-dimensional encoding (Group 3, 1-D)
        See Also:
        Constant Field Values
      • CCITTG3_2D

        public static final int CCITTG3_2D
        Mixed one- and two-dimensional encoding (Group 3, 2-D)
        See Also:
        Constant Field Values
      • CCITT_BLACKIS1

        public static final int CCITT_BLACKIS1
        A flag indicating whether 1-bits are to be interpreted as black pixels and 0-bits as white pixels,
        See Also:
        Constant Field Values
      • CCITT_ENCODEDBYTEALIGN

        public static final int CCITT_ENCODEDBYTEALIGN
        A flag indicating whether the filter expects extra 0-bits before each encoded line so that the line begins on a byte boundary.
        See Also:
        Constant Field Values
      • CCITT_ENDOFLINE

        public static final int CCITT_ENDOFLINE
        A flag indicating whether end-of-line bit patterns are required to be present in the encoding.
        See Also:
        Constant Field Values
      • CCITT_ENDOFBLOCK

        public static final int CCITT_ENDOFBLOCK
        A flag indicating whether the filter expects the encoded data to be terminated by an end-of-block pattern, overriding the Rows parameter. The use of this flag will set the key /EndOfBlock to false.
        See Also:
        Constant Field Values
      • typeCcitt

        protected int typeCcitt
    • Constructor Detail

      • RawImageData

        protected RawImageData​(java.net.URL url,
                               ImageType type)
      • RawImageData

        protected RawImageData​(byte[] bytes,
                               ImageType type)
    • Method Detail

      • getTypeCcitt

        public int getTypeCcitt()
      • setTypeCcitt

        public void setTypeCcitt​(int typeCcitt)