ImageReader.st
changeset 6761 7307a75477f4
parent 6618 9d377a77a1a1
child 6902 6357c181c178
equal deleted inserted replaced
6760:362f26f1ed56 6761:7307a75477f4
   268     { 0x0320, 13 }, /* 1664 */
   268     { 0x0320, 13 }, /* 1664 */
   269     { 0x0328, 13 }, /* 1728 */
   269     { 0x0328, 13 }, /* 1728 */
   270 /* -------------------------------- */
   270 /* -------------------------------- */
   271 };
   271 };
   272 
   272 
   273 static
   273 static void
   274 initCCITTTables() {
   274 initCCITTTables() {
   275     register cnt, bits, value;
   275     register cnt, bits, value;
   276     int nBits, index;
   276     int nBits, index;
   277 
   277 
   278     if (whiteCountTable != (short *)0) return;
   278     if (whiteCountTable != (short *)0) return;
  2106 ! !
  2106 ! !
  2107 
  2107 
  2108 !ImageReader class methodsFor:'documentation'!
  2108 !ImageReader class methodsFor:'documentation'!
  2109 
  2109 
  2110 version
  2110 version
  2111     ^ '$Header: /cvs/stx/stx/libview/ImageReader.st,v 1.113 2014-11-26 15:03:52 cg Exp $'
  2111     ^ '$Header: /cvs/stx/stx/libview/ImageReader.st,v 1.114 2015-02-09 16:58:13 cg Exp $'
  2112 !
  2112 !
  2113 
  2113 
  2114 version_CVS
  2114 version_CVS
  2115     ^ '$Header: /cvs/stx/stx/libview/ImageReader.st,v 1.113 2014-11-26 15:03:52 cg Exp $'
  2115     ^ '$Header: /cvs/stx/stx/libview/ImageReader.st,v 1.114 2015-02-09 16:58:13 cg Exp $'
  2116 ! !
  2116 ! !
  2117 
  2117