Handbook
Glossary
CGImageDestinationCreateWithData ( data type count options -- CGImageDestinationRef )
Vocabulary
core-graphics
Inputs
data
an
object
type
an
object
count
an
object
options
an
object
Outputs
CGImageDestinationRef
an
object
Definition
USING:
alien.c-types
alien.syntax
core-foundation.data
core-foundation.dictionaries
core-foundation.strings
core-graphics.types
;
IN:
core-graphics
FUNCTION:
CGImageDestinationRef
CGImageDestinationCreateWithData
(
CFMutableDataRef
data,
CFStringRef
type,
size_t
count,
CFDictionaryRef
options )