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