示例#1
0
        public ushort Y; // если 0 - то тогда число линий определяется DNL маркером и параметрами в конце первого скана (?)

        #endregion Fields

        #region Constructors

        public JpgParameters()
        {
            jdic = new JpegDictionary();

            tree = new TBinarySTree();  // новое дерево Хаффмана

            ptr = 0;  // указатель для массива сегмента ecs
        }
示例#2
0
        public JpegDictionary jdic;  // словарь маркеров

        public JpgParameters()
        {
            jdic = new JpegDictionary();

            tree = new TBinarySTree(); // новое дерево Хаффмана

            ptr = 0;                   // указатель для массива сегмента ecs
        }
示例#3
0
        public ushort Y; // if 0 - then the number of lines is determined by the DNL marker and parameters at the end of the first scan (?)

        #endregion Fields

        #region Constructors

        public JpgParameters()
        {
            jdic = new JpegDictionary();

            tree = new TBinarySTree();  // new Huffman tree

            ptr = 0;  // a pointer to the array segment ecs
        }