Handbook
Glossary
<itext> ( byte-array -- itext )
Vocabulary
images
.
png
Inputs
byte-array
an
object
Outputs
itext
an
object
Definition
USING:
io
io.encodings.binary
io.streams.byte-array
kernel
;
IN:
images.png
:
<itext>
( byte-array -- itext )
binary
[
read-png-string
read1
read1
2drop
read-png-string
read-png-string
read-png-string
]
with-byte-reader
itext
boa
;