ImageIO Namespace

The ImageIO namespace provides classes for image input and output.

Classes

CGCopyImageSourceOptions

Class that contains options for copying image sources.

CGImageAuxiliaryDataInfo
CGImageAuxiliaryDataTypeExtensions
CGImageDestination

Use this class to save images and have detailed control over how the images are saved.

CGImageDestinationOptions

Use an instance of this class to configure how an image is added to a CGImageDestination.

CGImageDestinationOptionsKeys

Contains keys that index image destination options.

CGImageMetadata

An immutable container for metadata. (See CGMutableImageMetadata.)

CGImageMetadataEnumerateOptions

Specifies whether the callback in EnumerateTags(NSString, CGImageMetadataEnumerateOptions, CGImageMetadataTagBlock) is recursive.

CGImageMetadataErrorsExtensions

Extension methods for the ImageIO.CGImageMetadataErrors enumeration.

CGImageMetadataTag

An EXIF, IPTC, or XMP property and value.

CGImageMetadataTagNamespaces

Holds constants specifying standard metadata namespaces. Primarily used with Namespace.

CGImageMetadataTagPrefixes

Constants defining standard prefixes. Primarily used with Prefix.

CGImageOptions

Use an instance of this class to configure the CGImageSource.

CGImageProperties

Known properties of various metadata prefixes. Most often used with CopyTagMatchingImageProperty(NSString, NSString).

CGImageSource

Image Loader.

CGImageThumbnailOptions

Configuration options used when loading thumbnails using CGImageSource.

CGMutableImageMetadata

A mutable container of metadata. (See CGImageMetadata.)

Enums

CGImageAuxiliaryDataType
CGImageMetadataErrors

Enumeration of errors relating to metadata manipulation.

CGImageMetadataType

Enumerates the type-forms of image metadata.

CGImagePropertyOrientation

Enumerates orientation values.

CGImagePropertyPngFilters

Enumerates the style of a PNG compression filter.

CGImageSourceStatus

The status of the CGImageSource loader.

Delegates

CGImageMetadataTagBlock

Callback for the <see cref=M:MonoTouch.ImageIO.CGImageMetadata.EnumerateTags/> method.