Handbook
Glossary
CGImage>image ( image -- image )
Vocabulary
images
.
loader
.
cocoa
Inputs
image
an
object
Outputs
image
an
object
Definition
USING:
core-graphics
core-graphics.types
;
IN:
images.loader.cocoa
::
CGImage>image
( image -- image )
image
CGImageGetWidth
:>
w image
CGImageGetHeight
:>
h
{
w h
}
[
0 0 w h
<CGRect>
image
CGContextDrawImage
]
make-bitmap-image
;