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