Handbook
Glossary
load-image* ( obj class -- image )
Vocabulary
images
.
loader
Inputs
obj
an
object
class
an
object
Outputs
image
an
object
Definition
IN:
images.loader
GENERIC#:
load-image*
1
( obj class -- image )
Methods
USING:
byte-arrays
images.loader
io.encodings.binary
io.streams.byte-array
kernel
;
M:
byte-array
load-image*
[
binary
<byte-reader>
]
dip
stream>image
;
USING:
images.loader
kernel
;
M:
object
load-image*
stream>image
;
USING:
images.loader
io.encodings.binary
io.files
io.pathnames
kernel
;
M:
pathname
load-image*
[
binary
<file-reader>
]
dip
stream>image
;
USING:
images.loader
io.encodings.binary
io.files
kernel
strings
;
M:
string
load-image*
[
binary
<file-reader>
]
dip
stream>image
;