Commit Graph

67 Commits (1b35e19a03bda4736f3adf6abaac50f7de49274f)

Author SHA1 Message Date
Doug Coleman 9649a191bb make run-length compression output a byte-array 2009-06-09 11:52:14 -04:00
prunedtree f09a2807fa implemented inflate-raw (uncompressed chunks) 2009-06-05 03:29:12 -07:00
Doug Coleman 3550621341 rename run-length's uncompress word 2009-06-03 21:22:19 -05:00
Doug Coleman f31c3f867a support run-length encoding in bitmaps 2009-06-02 23:29:04 -05:00
Doug Coleman c8e0b049a8 fix a bug in inflate -- length table was one entry too short 2009-05-17 10:10:14 -05:00
Doug Coleman 89ccc4b00a throw exceptions on png types we dont support 2009-05-16 08:46:41 -05:00
Doug Coleman 451a13c740 oops, i was using alt.bitstreams in some places 2009-05-15 01:27:00 -05:00
Doug Coleman af2f62ae62 remove all the compress code from lzw until it works, fix bitstreams 2009-05-14 23:33:00 -05:00
Doug Coleman c443d6d815 check in marc's jpeg loader, png decoder, huffman, inflate, and image-processing vocabularies 2009-05-14 15:46:10 -05:00
Doug Coleman ac32822b11 replace my bitstream-reader with marc's bitstreams. implement a minimal bit-writer 2009-05-14 15:44:57 -05:00
Doug Coleman 8b7fcce399 update code for usages of add-library 2009-03-25 23:00:19 -05:00
Doug Coleman edbaba2322 report the value not found in lzw 2009-02-22 17:29:27 -06:00
Slava Pestov 6b25e99470 Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
Doug Coleman 237f16b4db move zlib to zlib.compression and update 2009-02-12 22:13:34 -06:00
Doug Coleman 12ee26566e working on lzw compression 2009-02-12 22:11:11 -06:00
Doug Coleman 81d0f52e32 remove bad lzw tests, real tests still to come.. 2009-02-12 21:43:25 -06:00
Doug Coleman 745e011ccc add lzw compression 2009-02-12 17:44:04 -06:00