Handbook
Glossary
load-reference-image ( path -- image )
Reference image
Prev:
save-all-as-reference-images ( dirpath extension -- )
Vocabulary
images
.
testing
Inputs
path
a pathname string
Outputs
image
an
image
Word description
Loads the
Reference image
that corresponds to the original image at
path
into memory.
Definition
USING:
images.testing.private
io.encodings.binary
io.files
serialize
;
IN:
images.testing
:
load-reference-image
( path -- image )
fig-name
binary
[
deserialize
]
with-file-reader
;