Handbook
Glossary
image-dim ( image -- dim )
Vocabulary
ui
.
images
Inputs
image
an
object
Outputs
dim
an
object
Definition
USING:
accessors
kernel
math
sequences
;
IN:
ui.images
:
image-dim
( image -- dim )
cached-image
[
dim>>
]
[
2x?>>
[
[
2
/
]
map
]
when
]
bi
;