Handbook
Glossary
code-space-full? ( lzw -- ? )
Vocabulary
compression
.
lzw
Inputs
lzw
a
lzw
Outputs
?
a
boolean
Word description
Determines when to increment the variable length code's bit-width.
Definition
IN:
compression.lzw
GENERIC:
code-space-full?
( lzw -- ? )
Methods
USING:
compression.lzw
kernel
;
M:
gif-lzw
code-space-full?
size-and-limit
=
;
USING:
compression.lzw
kernel
math
;
M:
tiff-lzw
code-space-full?
size-and-limit
1
-
=
;