8 lines
387 B
Factor
8 lines
387 B
Factor
! Copyright (C) 2009 Doug Coleman.
|
|
! See http://factorcode.org/license.txt for BSD license.
|
|
USING: accessors alien.c-types arrays byte-arrays combinators
|
|
compression.run-length fry grouping images images.loader io
|
|
io.binary io.encodings.binary
|
|
io.encodings.string io.streams.limited kernel math math.bitwise
|
|
io.encodings.8-bit.latin1 sequences specialized-arrays summary images.bitmap ;
|