2009-06-06 21:10:40 -04:00
|
|
|
! Copyright (C) 2009 Doug Coleman.
|
|
|
|
|
! See http://factorcode.org/license.txt for BSD license.
|
2009-09-27 16:11:21 -04:00
|
|
|
USING: accessors alien.c-types arrays byte-arrays combinators
|
2009-06-11 14:16:04 -04:00
|
|
|
compression.run-length fry grouping images images.loader io
|
2009-11-12 19:36:47 -05:00
|
|
|
io.binary io.encodings.binary
|
2009-06-11 14:16:04 -04:00
|
|
|
io.encodings.string io.streams.limited kernel math math.bitwise
|
2009-11-12 19:36:47 -05:00
|
|
|
io.encodings.8-bit.latin1 sequences specialized-arrays summary images.bitmap ;
|