Handbook
Glossary
read-png-header ( -- )
Vocabulary
images
.
png
Inputs
None
Outputs
None
Definition
USING:
io
kernel
sequences
;
IN:
images.png
:
read-png-header
( -- )
8
read
dup
png-header
sequence=
[
bad-png-header
]
unless
drop
;