CGImageProperties Reference
| Framework | ApplicationServices/ImageIO |
| Companion guide | |
| Declared in | CGImageProperties.h |
Overview
CGImageProperties Reference defines constants that represent characteristics of images used by the Image I/O framework.
Constants
Format-Specific Dictionaries
Properties that have an associated dictionary of file-format or metadata-format specific key-value pairs.
CFStringRef kCGImagePropertyTIFFDictionary; CFStringRef kCGImagePropertyGIFDictionary; CFStringRef kCGImagePropertyJFIFDictionary; CFStringRef kCGImagePropertyExifDictionary; CFStringRef kCGImagePropertyPNGDictionary; CFStringRef kCGImagePropertyIPTCDictionary; CFStringRef kCGImagePropertyGPSDictionary; CFStringRef kCGImagePropertyRawDictionary; CFStringRef kCGImagePropertyCIFFDictionary; CFStringRef kCGImageProperty8BIMDictionary; CFStringRef kCGImagePropertyDNGDictionary; CFStringRef kCGImagePropertyExifAuxDictionary;
Constants
kCGImagePropertyTIFFDictionaryA dictionary of key-value pairs for an image that uses Tagged Image File Format (TIFF). See “TIFF Dictionary Keys.”
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGIFDictionaryA dictionary of key-value pairs for an image that uses Graphics Interchange Format (GIF). See “GIF Dictionary Keys.”
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyJFIFDictionaryA dictionary of key-value pairs for an image that uses JPEG File Interchange Format (JFIF). See “JFIF Dictionary Keys.”
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifDictionaryA dictionary of key-value pairs for an image that uses Exchangeable Image File Format (EXIF). See “EXIF Dictionary Keys.”
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyPNGDictionaryA dictionary of key-value pairs for an image that uses Portable Network Graphics (PNG) format. See “PNG Dictionary Keys.”
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCDictionaryA dictionary of key-value pairs for an image that uses International Press Telecommunications Council (IPTC) metadata. See “IPTC Dictionary Keys.”
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSDictionaryA dictionary of key-value pairs for an image that has Global Positioning System (GPS) information. See “GPS Dictionary Keys.”
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyRawDictionaryA dictionary of key-value pairs for an image that contains minimally processed, or raw, data.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyCIFFDictionaryA dictionary of key-value pairs for an image that uses Camera Image File Format (CIFF). See “CIFF Dictionary Keys.”
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImageProperty8BIMDictionaryA dictionary of key-value pairs for an Adobe Photoshop image. See “8BIM Dictionary Keys.”
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyDNGDictionaryA dictionary of key-value pairs for an image that uses the Digital Negative (DNG) archival format. See “DNG Dictionary Keys.”
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifAuxDictionaryAn auxiliary dictionary of key-value pairs for an image that uses Exchangeable Image File Format (EXIF).
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.
Discussion
If any of these constants are returned by the functionsCGImageSourceCopyProperties or CGImageSourceCopyPropertiesAtIndex the associated value is a dictionary of key-value pairs that are specific to that file format or metadata format.
Camera-Maker Dictionaries
Properties that have an associated dictionary of key-value pairs for a specific camera manufacturer.
CFStringRef kCGImagePropertyMakerCanonDictionary; CFStringRef kCGImagePropertyMakerNikonDictionary; CFStringRef kCGImagePropertyMakerMinoltaDictionary; CFStringRef kCGImagePropertyMakerFujiDictionary; CFStringRef kCGImagePropertyMakerOlympusDictionary; CFStringRef kCGImagePropertyMakerPentaxDictionary;
Constants
kCGImagePropertyMakerCanonDictionaryA dictionary of key-value pairs for an image from a Canon camera. See “Canon Camera Dictionary Keys.”
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerNikonDictionaryA dictionary of key-value pairs for an image from a Nikon camera. See “Nikon Camera Dictionary Keys.”
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerMinoltaDictionaryA dictionary of key-value pairs for an image from a Minolta camera.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerFujiDictionaryA dictionary of key-value pairs for an image from a Fuji camera.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerOlympusDictionaryA dictionary of key-value pairs for an image from a Olympus camera.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerPentaxDictionaryA dictionary of key-value pairs for an image from a Pentax camera.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.
Image Source Container Properties
Properties that apply to the container in general but not necessarily to any individual image in the container.
CFStringRef kCGImagePropertyFileSize;
Constants
kCGImagePropertyFileSizeThe size of the image file in bytes, if known. If present, this key is a
CFNumbervalue.Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.
Discussion
These properties can be returned by the function CGImageSourceCopyProperties.
Individual Image Properties
Properties that apply to an individual image in an image source.
CFStringRef kCGImagePropertyDPIHeight; CFStringRef kCGImagePropertyDPIWidth; CFStringRef kCGImagePropertyPixelWidth; CFStringRef kCGImagePropertyPixelHeight; CFStringRef kCGImagePropertyDepth; CFStringRef kCGImagePropertyOrientation; CFStringRef kCGImagePropertyIsFloat; CFStringRef kCGImagePropertyIsIndexed; CFStringRef kCGImagePropertyHasAlpha; CFStringRef kCGImagePropertyColorModel; CFStringRef kCGImagePropertyProfileName;
Constants
kCGImagePropertyDPIHeightThe resolution, in dots per inch, in the x dimension. If present, this key is a
CFNumbervalue.Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyDPIWidthThe resolution, in dots per inch, in the y dimension. If present, this key is a
CFNumbervalue.Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyPixelWidthThe number of pixels in the x dimension. If present, this key is a
CFNumbervalue.Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyPixelHeightThe number of pixels in the y dimension. If present, this key is a
CFNumbervalue.Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyDepthThe number of bits in each color sample of each pixel. If present, this key is a
CFNumbervalue.Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyOrientationThe intended display orientation of the image. If present, this key is a
CFNumbervalue with the same value as defined by the TIFF and EXIF specifications. The value specifies where the origin(0,0)of the image is located, as shown in Table 1. If not present, a value of 1 is assumed.Table 1 Value
Location of the origin of the image
1
Top, left
2
Top, right
3
Bottom, right
4
Bottom, left
5
Left, top
6
Right, top
7
Right, bottom
8
Left, bottom
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIsFloatWhether or not the image contains floating-point pixel samples. The value of this key is
kCFBooleanTrueif the image contains them.Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIsIndexedWhether or not the image contains indexed pixel samples (sometimes called paletted samples). The value of this key is
kCFBooleanTrueif the image contains them.Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyHasAlphaWhether or not the image has an alpha channel. The value of this key is
kCFBooleanTrueif the image contains an alpha channel.Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyColorModelThe color model of the image such as,
RGB,CMYK,Gray, orLab. The value of this key is of type CFStringRef.Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyProfileNameThe name of the optional ICC profile embedded in the image, if known. If present, the value of this key is of type CFStringRef.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.
Discussion
These properties can be returned by the function CGImageSourceCopyPropertiesAtIndex.
Color Model Values
Values for the color model property.
const CFStringRef kCGImagePropertyColorModelRGB; const CFStringRef kCGImagePropertyColorModelGray; const CFStringRef kCGImagePropertyColorModelCMYK; const CFStringRef kCGImagePropertyColorModelLab;
Constants
kCGImagePropertyColorModelRGBAn RGB color model.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyColorModelGrayA grayscale color model.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyColorModelCMYKA CMYK color model.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyColorModelLabA Lab color model.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.
Discussion
A color model describes how color values are represented mathematically. A color space is a color model combined with a definition of how to interpret values within the model.
EXIF Dictionary Keys
Keys for an image that uses Exchangeable Image File Format (EXIF).
const CFStringRef kCGImagePropertyExifExposureTime; const CFStringRef kCGImagePropertyExifFNumber; const CFStringRef kCGImagePropertyExifExposureProgram; const CFStringRef kCGImagePropertyExifSpectralSensitivity; const CFStringRef kCGImagePropertyExifISOSpeedRatings; const CFStringRef kCGImagePropertyExifOECF; const CFStringRef kCGImagePropertyExifVersion; const CFStringRef kCGImagePropertyExifDateTimeOriginal; const CFStringRef kCGImagePropertyExifDateTimeDigitized; const CFStringRef kCGImagePropertyExifComponentsConfiguration; const CFStringRef kCGImagePropertyExifCompressedBitsPerPixel; const CFStringRef kCGImagePropertyExifShutterSpeedValue; const CFStringRef kCGImagePropertyExifApertureValue; const CFStringRef kCGImagePropertyExifBrightnessValue; const CFStringRef kCGImagePropertyExifExposureBiasValue; const CFStringRef kCGImagePropertyExifMaxApertureValue; const CFStringRef kCGImagePropertyExifSubjectDistance; const CFStringRef kCGImagePropertyExifMeteringMode; const CFStringRef kCGImagePropertyExifLightSource; const CFStringRef kCGImagePropertyExifFlash; const CFStringRef kCGImagePropertyExifFocalLength; const CFStringRef kCGImagePropertyExifSubjectArea; const CFStringRef kCGImagePropertyExifMakerNote; const CFStringRef kCGImagePropertyExifUserComment; const CFStringRef kCGImagePropertyExifSubsecTime; const CFStringRef kCGImagePropertyExifSubsecTimeOrginal; const CFStringRef kCGImagePropertyExifSubsecTimeDigitized; const CFStringRef kCGImagePropertyExifFlashPixVersion; const CFStringRef kCGImagePropertyExifColorSpace; const CFStringRef kCGImagePropertyExifPixelXDimension; const CFStringRef kCGImagePropertyExifPixelYDimension; const CFStringRef kCGImagePropertyExifRelatedSoundFile; const CFStringRef kCGImagePropertyExifFlashEnergy; const CFStringRef kCGImagePropertyExifSpatialFrequencyResponse; const CFStringRef kCGImagePropertyExifFocalPlaneXResolution; const CFStringRef kCGImagePropertyExifFocalPlaneYResolution; const CFStringRef kCGImagePropertyExifFocalPlaneResolutionUnit; const CFStringRef kCGImagePropertyExifSubjectLocation; const CFStringRef kCGImagePropertyExifExposureIndex; const CFStringRef kCGImagePropertyExifSensingMethod; const CFStringRef kCGImagePropertyExifFileSource; const CFStringRef kCGImagePropertyExifSceneType; const CFStringRef kCGImagePropertyExifCFAPattern; const CFStringRef kCGImagePropertyExifCustomRendered; const CFStringRef kCGImagePropertyExifExposureMode; const CFStringRef kCGImagePropertyExifWhiteBalance; const CFStringRef kCGImagePropertyExifDigitalZoomRatio; const CFStringRef kCGImagePropertyExifFocalLenIn35mmFilm; const CFStringRef kCGImagePropertyExifSceneCaptureType; const CFStringRef kCGImagePropertyExifGainControl; const CFStringRef kCGImagePropertyExifContrast; const CFStringRef kCGImagePropertyExifSaturation; const CFStringRef kCGImagePropertyExifSharpness; const CFStringRef kCGImagePropertyExifDeviceSettingDescription; const CFStringRef kCGImagePropertyExifSubjectDistRange; const CFStringRef kCGImagePropertyExifImageUniqueID; const CFStringRef kCGImagePropertyExifGamma; const CFStringRef kCGImagePropertyExifCameraOwnerName; const CFStringRef kCGImagePropertyExifBodySerialNumber; const CFStringRef kCGImagePropertyExifLensSpecification; const CFStringRef kCGImagePropertyExifLensMake; const CFStringRef kCGImagePropertyExifLensModel; const CFStringRef kCGImagePropertyExifLensSerialNumber;
Constants
kCGImagePropertyExifExposureTimeThe exposure time.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifFNumberThe F-number.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifExposureProgramThe exposure program.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifSpectralSensitivityThe spectral sensitivity of each channel.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifISOSpeedRatingsThe ISO speed ratings.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifOECFThe opto-electrical conversion function (OECF), which defines the relationship between the optical input of the camera and the image values.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifVersionThe Exif version.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifDateTimeOriginalThe original date and time.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifDateTimeDigitizedThe digitized date and time.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifComponentsConfigurationThe components configuration. For compressed data, specifies that the channels of each component are arranged in increasing numeric order (from first component to the fourth).
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifCompressedBitsPerPixelThe bits per pixel of the compression mode.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifShutterSpeedValueThe shutter speed value.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifApertureValueThe aperture value.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifBrightnessValueThe brightness value.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifExposureBiasValueThe exposure bias value.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifMaxApertureValueThe maximum aperture value.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifSubjectDistanceThe distance to the subject, in meters.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifMeteringModeThe metering mode.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifLightSourceThe light source.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifFlashThe flash status when the image was shot.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifFocalLengthThe focal length.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifSubjectAreaThe subject area.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifMakerNoteInformation specified by the camera manufacturer.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifUserCommentA user comment.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifSubsecTimeThe fraction of seconds for the date and time tag.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifSubsecTimeOrginalThe fraction of seconds for the original date and time tag.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifSubsecTimeDigitizedThe fraction of seconds for the digitized time and date tag.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifFlashPixVersionThe FlashPix version supported by an FPXR file. FlashPix is a format for multiresolution tiled images that facilitates fast onscreen viewing.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifColorSpaceThe color space.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifPixelXDimensionThe x dimension of a pixel.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifPixelYDimensionThe y dimension of a pixel.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifRelatedSoundFileA sound file related to the image.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifFlashEnergyThe strobe energy when the image was captured, in beam candle power seconds.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifSpatialFrequencyResponseThe spatial frequency table and spatial frequency response values in the direction of image width, image height, and diagonal directions. See ISO 12233.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifFocalPlaneXResolutionThe number of image-width pixels (x) per focal plane resolution unit.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifFocalPlaneYResolutionThe number of image-height pixels (y)per focal plane resolution unit.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifFocalPlaneResolutionUnitThe unit of measurement for the focal plane x and y tags.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifSubjectLocationThe location of the image’s primary subject.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifExposureIndexThe selected exposure index.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifSensingMethodThe sensor type of the camera or input device.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifFileSourceThe image source.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifSceneTypeThe scene type.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifCFAPatternThe color filter array (CFA) pattern, which is the geometric pattern of the image sensor for a 1-chip color sensor area.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifCustomRenderedSpecial rendering performed on the image data.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifExposureModeThe exposure mode setting.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifWhiteBalanceThe white balance mode.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifDigitalZoomRatioThe digital zoom ratio.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifFocalLenIn35mmFilmThe equivalent focal length in 35 mm film.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifSceneCaptureTypeThe scene capture type (standard, landscape, portrait, night).
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifGainControlThe gain adjustment applied to the image.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifContrastThe contrast applied to the image.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifSaturationThe saturation applied to the image.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifSharpnessThe sharpness applied to the image.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifDeviceSettingDescriptionFor a particular camera mode, indicates the conditions for taking the picture.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifSubjectDistRangeThe distance to the subject.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifImageUniqueIDThe unique ID of the image.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifGammaThe gamma setting.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifCameraOwnerNameThe value associated with this key is a string that provides the name of the camera’s owner.
Available in iOS 4.3 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifBodySerialNumberThe value associated with this key is a string that provides the serial number of the camera.
Available in iOS 4.3 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifLensSpecificationThe values associated with this key provide the specification information for the lens used to photograph the image.
Available in iOS 4.3 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifLensMakeThe value associated with this key is a string that provides the name of the lens’s manufacturer.
Available in iOS 4.3 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifLensModelThe value associated with this key is a string that provides the lens’s model.
Available in iOS 4.3 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifLensSerialNumberThe value associated with this key is a string that provides the lens’s serial number.
Available in iOS 4.3 and later.
Declared in
CGImageProperties.h.
EXIF Auxiliary Dictionary Keys
Auxiliary keys for an image that uses Exchangeable Image File Format (EXIF).
const CFStringRef kCGImagePropertyExifAuxLensInfo; const CFStringRef kCGImagePropertyExifAuxLensModel; const CFStringRef kCGImagePropertyExifAuxSerialNumber; const CFStringRef kCGImagePropertyExifAuxLensID; const CFStringRef kCGImagePropertyExifAuxLensSerialNumber; const CFStringRef kCGImagePropertyExifAuxImageNumber; const CFStringRef kCGImagePropertyExifAuxFlashCompensation; const CFStringRef kCGImagePropertyExifAuxOwnerName; const CFStringRef kCGImagePropertyExifAuxFirmware;
Constants
kCGImagePropertyExifAuxLensInfoLens information.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifAuxLensModelThe lens model.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifAuxSerialNumberThe serial number.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifAuxLensIDThe lens ID.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifAuxLensSerialNumberThe lens serial number.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifAuxImageNumberThe image number.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifAuxFlashCompensationFlash compensation.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifAuxOwnerNameThe owner name.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyExifAuxFirmwareFirmware information.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.
GIF Dictionary Keys
Keys for an image that uses Graphics Interchange Format (GIF).
const CFStringRef kCGImagePropertyGIFLoopCount; const CFStringRef kCGImagePropertyGIFDelayTime; const CFStringRef kCGImagePropertyGIFImageColorMap; const CFStringRef kCGImagePropertyGIFHasGlobalColorMap; const CFStringRef kCGImagePropertyGIFUnclampedDelayTime;
Constants
kCGImagePropertyGIFLoopCountThe number of times to repeat an animated sequence.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGIFDelayTimeThe amount of time, in hundredths of a second, to wait before displaying the next image in an animated sequence.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGIFImageColorMapThe image color map.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGIFHasGlobalColorMapWhether or not the GIF has a global color map.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGIFUnclampedDelayTimeThe unclamped delay time.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.
GPS Dictionary Keys
Keys for an image that has Global Positioning System (GPS) information.
const CFStringRef kCGImagePropertyGPSVersion; const CFStringRef kCGImagePropertyGPSLatitudeRef; const CFStringRef kCGImagePropertyGPSLatitude; const CFStringRef kCGImagePropertyGPSLongitudeRef; const CFStringRef kCGImagePropertyGPSLongitude; const CFStringRef kCGImagePropertyGPSAltitudeRef; const CFStringRef kCGImagePropertyGPSAltitude; const CFStringRef kCGImagePropertyGPSTimeStamp; const CFStringRef kCGImagePropertyGPSSatellites; const CFStringRef kCGImagePropertyGPSStatus; const CFStringRef kCGImagePropertyGPSMeasureMode; const CFStringRef kCGImagePropertyGPSDOP; const CFStringRef kCGImagePropertyGPSSpeedRef; const CFStringRef kCGImagePropertyGPSSpeed; const CFStringRef kCGImagePropertyGPSTrackRef; const CFStringRef kCGImagePropertyGPSTrack; const CFStringRef kCGImagePropertyGPSImgDirectionRef; const CFStringRef kCGImagePropertyGPSImgDirection; const CFStringRef kCGImagePropertyGPSMapDatum; const CFStringRef kCGImagePropertyGPSDestLatitudeRef; const CFStringRef kCGImagePropertyGPSDestLatitude; const CFStringRef kCGImagePropertyGPSDestLongitudeRef; const CFStringRef kCGImagePropertyGPSDestLongitude; const CFStringRef kCGImagePropertyGPSDestBearingRef; const CFStringRef kCGImagePropertyGPSDestBearing; const CFStringRef kCGImagePropertyGPSDestDistanceRef; const CFStringRef kCGImagePropertyGPSDestDistance; const CFStringRef kCGImagePropertyGPSProcessingMethod; const CFStringRef kCGImagePropertyGPSAreaInformation; const CFStringRef kCGImagePropertyGPSDateStamp; const CFStringRef kCGImagePropertyGPSDifferental;
Constants
kCGImagePropertyGPSVersionThe version.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSLatitudeRefWhether the latitude is north or south.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSLatitudeThe latitude.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSLongitudeRefWhether the longitude is east or west.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSLongitudeThe longitude.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSAltitudeRefThe reference altitude.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSAltitudeThe altitude.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSTimeStampThe time as UTC (Coordinated Universal Time).
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSSatellitesThe satellites used for GPS measurements.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSStatusThe status of the GPS receiver.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSMeasureModeThe measurement mode.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSDOPThe degree of precision (DOP) of the data.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSSpeedRefThe unit for expressing the GPS receiver speed of movement.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSSpeedThe GPS receiver speed of movement.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSTrackRefThe reference for the direction of GPS receiver movement.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSTrackThe direction of GPS receiver movement.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSImgDirectionRefThe reference for the direction of the image.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSImgDirectionThe direction of the image.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSMapDatumThe geodetic survey data used by the GPS receiver.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSDestLatitudeRefWhether the latitude of the destination point is northern or southern.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSDestLatitudeThe latitude of the destination point.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSDestLongitudeRefWhether the longitude of the destination point is east or west.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSDestLongitudeThe longitude of the destination point.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSDestBearingRefThe reference for giving the bearing to the destination point.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSDestBearingThe bearing to the destination point.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSDestDistanceRefThe units for expressing the distance to the destination point.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSDestDistanceThe distance to the destination point.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSProcessingMethodThe name of the method used for finding a location.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSAreaInformationThe name of the GPS area.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSDateStampThe data and time information relative to Coordinated Universal Time (UTC).
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyGPSDifferentalWhether differential correction is applied to the GPS receiver.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.
IPTC Dictionary Keys
Keys for an image that uses International Press Telecommunications Council (IPTC) metadata.
const CFStringRef kCGImagePropertyIPTCObjectTypeReference; const CFStringRef kCGImagePropertyIPTCObjectAttributeReference; const CFStringRef kCGImagePropertyIPTCObjectName; const CFStringRef kCGImagePropertyIPTCEditStatus; const CFStringRef kCGImagePropertyIPTCEditorialUpdate; const CFStringRef kCGImagePropertyIPTCUrgency; const CFStringRef kCGImagePropertyIPTCSubjectReference; const CFStringRef kCGImagePropertyIPTCCategory; const CFStringRef kCGImagePropertyIPTCSupplementalCategory; const CFStringRef kCGImagePropertyIPTCFixtureIdentifier; const CFStringRef kCGImagePropertyIPTCKeywords; const CFStringRef kCGImagePropertyIPTCContentLocationCode; const CFStringRef kCGImagePropertyIPTCContentLocationName; const CFStringRef kCGImagePropertyIPTCReleaseDate; const CFStringRef kCGImagePropertyIPTCReleaseTime; const CFStringRef kCGImagePropertyIPTCExpirationDate; const CFStringRef kCGImagePropertyIPTCExpirationTime; const CFStringRef kCGImagePropertyIPTCSpecialInstructions; const CFStringRef kCGImagePropertyIPTCActionAdvised; const CFStringRef kCGImagePropertyIPTCReferenceService; const CFStringRef kCGImagePropertyIPTCReferenceDate; const CFStringRef kCGImagePropertyIPTCReferenceNumber; const CFStringRef kCGImagePropertyIPTCDateCreated; const CFStringRef kCGImagePropertyIPTCTimeCreated; const CFStringRef kCGImagePropertyIPTCDigitalCreationDate; const CFStringRef kCGImagePropertyIPTCDigitalCreationTime; const CFStringRef kCGImagePropertyIPTCOriginatingProgram; const CFStringRef kCGImagePropertyIPTCProgramVersion; const CFStringRef kCGImagePropertyIPTCObjectCycle; const CFStringRef kCGImagePropertyIPTCByline; const CFStringRef kCGImagePropertyIPTCBylineTitle; const CFStringRef kCGImagePropertyIPTCCity; const CFStringRef kCGImagePropertyIPTCSubLocation; const CFStringRef kCGImagePropertyIPTCProvinceState; const CFStringRef kCGImagePropertyIPTCCountryPrimaryLocationCode; const CFStringRef kCGImagePropertyIPTCCountryPrimaryLocationName; const CFStringRef kCGImagePropertyIPTCOriginalTransmissionReference; const CFStringRef kCGImagePropertyIPTCHeadline; const CFStringRef kCGImagePropertyIPTCCredit; const CFStringRef kCGImagePropertyIPTCSource; const CFStringRef kCGImagePropertyIPTCCopyrightNotice; const CFStringRef kCGImagePropertyIPTCContact; const CFStringRef kCGImagePropertyIPTCCaptionAbstract; const CFStringRef kCGImagePropertyIPTCWriterEditor; const CFStringRef kCGImagePropertyIPTCImageType; const CFStringRef kCGImagePropertyIPTCImageOrientation; const CFStringRef kCGImagePropertyIPTCLanguageIdentifier; const CFStringRef kCGImagePropertyIPTCStarRating; const CFStringRef kCGImagePropertyIPTCCreatorContactInfo; const CFStringRef kCGImagePropertyIPTCRightsUsageTerms const CFStringRef kCGImagePropertyIPTCScene;
Constants
kCGImagePropertyIPTCObjectTypeReferenceThe object type.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCObjectAttributeReferenceThe object attribute.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCObjectNameThe object name.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCEditStatusThe edit status.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCEditorialUpdateAn editorial update.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCUrgencyThe urgency level.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCSubjectReferenceThe subject.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCCategoryThe category.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCSupplementalCategoryA supplemental category.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCFixtureIdentifierA fixture identifier.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCKeywordsKeywords.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCContentLocationCodeThe content location code.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCContentLocationNameThe content location name.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCReleaseDateThe earliest date the image is to be used, in the form CCYYMMDD.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCReleaseTimeThe earliest time on the release date the image is to be used, in the form HHMMSS.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCExpirationDateThe latest date the image is to be used, in the form CCYYMMDD.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCExpirationTimeThe latest time on the expiration date the image is to be used, in the form HHMMSS.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCSpecialInstructionsSpecial instructions about the use of the image.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCActionAdvisedThe advised action.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCReferenceServiceThe reference service.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCReferenceDateThe reference date.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCReferenceNumberThe reference number.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCDateCreatedThe date created.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCTimeCreatedThe time created.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCDigitalCreationDateThe digital creation date.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCDigitalCreationTimeThe digital creation time.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCOriginatingProgramThe originating application.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCProgramVersionThe application version.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCObjectCycleThe editorial cycle (morning, evening, or both) of the image.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCBylineThe name of the person who created the image.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCBylineTitleThe title of the person who created the image.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCCityThe city where the image was created.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCSubLocationThe location within the city where the image was created.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCProvinceStateThe province or state.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCCountryPrimaryLocationCodeThe country primary location code, a three-letter code defined by ISO 3166-1
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCCountryPrimaryLocationNameThe country primary location name.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCOriginalTransmissionReferenceThe call letter/number combination associated with the originating point of an image.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCHeadlineA summary of the contents of the image.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCCreditThe name of the service that provided the image.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCSourceThe original owner of the image.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCCopyrightNoticeThe copyright notice.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCContactContact information for further information on the image.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCCaptionAbstractThe description of the image.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCWriterEditorThe name of the person who wrote or edited the description of the image.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCImageTypeThe image type.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCImageOrientationThe image orientation (portrait, landscape, or square).
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCLanguageIdentifierThe language identifier, a two-letter code defined by ISO 639:1988.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCStarRatingThe star rating.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCCreatorContactInfoThe creator’s contact info. See “IPTC Creator Contact Info Dictionary Keys.”
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCRightsUsageTermsThe usage rights for the image.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCSceneThe scene codes for the image; a scene code is a six-digit string.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.
Discussion
IPTC constants are metadata elements of the Information Interchange Model (IIM) used to provide information about images. The IIM was developed by the Newspaper Association of America (NAA) and the International Press Telecommunications Council (IPTC).
IPTC Creator Contact Info Dictionary Keys
Keys for an image that uses International Press Telecommunications Council (IPTC) metadata. These keys are used to reference data stored in the dictionary attached to the kCGImagePropertyIPTCCreatorContactInfo key.
const CFStringRef kCGImagePropertyIPTCContactInfoCity; const CFStringRef kCGImagePropertyIPTCContactInfoCountry; const CFStringRef kCGImagePropertyIPTCContactInfoAddress; const CFStringRef kCGImagePropertyIPTCContactInfoPostalCode; const CFStringRef kCGImagePropertyIPTCContactInfoStateProvince; const CFStringRef kCGImagePropertyIPTCContactInfoEmails; const CFStringRef kCGImagePropertyIPTCContactInfoPhones; const CFStringRef kCGImagePropertyIPTCContactInfoWebURLs;
Constants
kCGImagePropertyIPTCContactInfoCityThe city portion of the contact information.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCContactInfoCountryThe country portion of the contact information.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCContactInfoAddressThe address portion of the contact information.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCContactInfoPostalCodeThe postal code portion of the contact information.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCContactInfoStateProvinceThe state or province for the contact.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCContactInfoEmailsEmail addresses for the contact.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCContactInfoPhonesPhone numbers for the contact.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyIPTCContactInfoWebURLsWeb addresses for the contact.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.
Discussion
IPTC constants are metadata elements of the Information Interchange Model (IIM) used to provide information about images. The IIM was developed by the Newspaper Association of America (NAA) and the International Press Telecommunications Council (IPTC).
Declared In
CGImageProperties.hJFIF Dictionary Keys
Keys for an image that uses JPEG File Interchange Format (JFIF).
const CFStringRef kCGImagePropertyJFIFVersion; const CFStringRef kCGImagePropertyJFIFXDensity; const CFStringRef kCGImagePropertyJFIFYDensity; const CFStringRef kCGImagePropertyJFIFDensityUnit; const CFStringRef kCGImagePropertyJFIFIsProgressive;
Constants
kCGImagePropertyJFIFVersionThe version of JFIF.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyJFIFXDensityThe x pixel density.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyJFIFYDensityThe y pixel density.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyJFIFDensityUnitThe units for the x and y density fields.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyJFIFIsProgressiveWhether there are versions of the image of increasing quality.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.
PNG Dictionary Keys
Keys for an image that uses Portable Network Graphics (PNG) format.
const CFStringRef kCGImagePropertyPNGGamma; const CFStringRef kCGImagePropertyPNGInterlaceType; const CFStringRef kCGImagePropertyPNGXPixelsPerMeter; const CFStringRef kCGImagePropertyPNGYPixelsPerMeter; const CFStringRef kCGImagePropertyPNGsRGBIntent; const CFStringRef kCGImagePropertyPNGChromaticities; const CFStringRef kCGImagePropertyPNGAuthor; const CFStringRef kCGImagePropertyPNGCopyright; const CFStringRef kCGImagePropertyPNGCreationTime; const CFStringRef kCGImagePropertyPNGDescription; const CFStringRef kCGImagePropertyPNGModificationTime; const CFStringRef kCGImagePropertyPNGSoftware; const CFStringRef kCGImagePropertyPNGTitle;
Constants
kCGImagePropertyPNGGammaThe gamma value.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyPNGInterlaceTypeThe interlace type.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyPNGXPixelsPerMeterThe number of x pixels per meter.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyPNGYPixelsPerMeterThe number of y pixels per meter.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyPNGsRGBIntentThe sRGB intent.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyPNGChromaticitiesThe chromaticities.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyPNGAuthorThe content is a string that identifies the author of the image.
Available in iOS 5.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyPNGCopyrightThe content is a string that identifies the copyright of the image.
Available in iOS 5.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyPNGCreationTimeThe content is a string that identifies the date and time the image was created.
Available in iOS 5.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyPNGDescriptionThe content is a string that describes the image.
Available in iOS 5.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyPNGModificationTimeThe content is a string that identifies the last date and time the image was modified.
Available in iOS 5.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyPNGSoftwareThe content is a string that identifies the software used to create the image.
Available in iOS 5.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyPNGTitleThe content is a string that holds the image’s title.
Available in iOS 5.0 and later.
Declared in
CGImageProperties.h.
TIFF Dictionary Keys
Keys for an image that uses Tagged Image File Format (TIFF).
const CFStringRef kCGImagePropertyTIFFCompression; const CFStringRef kCGImagePropertyTIFFPhotometricInterpretation; const CFStringRef kCGImagePropertyTIFFDocumentName; const CFStringRef kCGImagePropertyTIFFImageDescription; const CFStringRef kCGImagePropertyTIFFMake; const CFStringRef kCGImagePropertyTIFFModel; const CFStringRef kCGImagePropertyTIFFOrientation; const CFStringRef kCGImagePropertyTIFFXResolution; const CFStringRef kCGImagePropertyTIFFYResolution; const CFStringRef kCGImagePropertyTIFFResolutionUnit; const CFStringRef kCGImagePropertyTIFFSoftware; const CFStringRef kCGImagePropertyTIFFTransferFunction; const CFStringRef kCGImagePropertyTIFFDateTime; const CFStringRef kCGImagePropertyTIFFArtist; const CFStringRef kCGImagePropertyTIFFHostComputer; const CFStringRef kCGImagePropertyTIFFCopyright; const CFStringRef kCGImagePropertyTIFFWhitePoint; const CFStringRef kCGImagePropertyTIFFPrimaryChromaticities;
Constants
kCGImagePropertyTIFFCompressionThe compression scheme used on the image data.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyTIFFPhotometricInterpretationThe color space of the image data.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyTIFFDocumentNameThe document name.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyTIFFImageDescriptionThe image description.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyTIFFMakeThe name of the manufacturer of the camera or input device.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyTIFFModelThe camera or input device model.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyTIFFOrientationThe image orientation.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyTIFFXResolutionThe number of pixels per resolution unit in the image width direction.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyTIFFYResolutionThe number of pixels per resolution unit in the image height direction.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyTIFFResolutionUnitThe units of resolution.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyTIFFSoftwareThe name and version of the software used for image creation.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyTIFFTransferFunctionThe transfer function, in tabular format, used to map pixel components from a nonlinear form into a linear form.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyTIFFDateTimeThe date and time that the image was created.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyTIFFArtistThe artist who created the image.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyTIFFHostComputerThe computer or operating system used when the image was created.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyTIFFCopyrightCopyright information.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyTIFFWhitePointThe white point of the image.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyTIFFPrimaryChromaticitiesThe chromaticities of the primaries of the image.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.
DNG Dictionary Keys
Keys for an image that uses the Digital Negative (DNG) archival format.
CFStringRef kCGImagePropertyDNGVersion; CFStringRef kCGImagePropertyDNGBackwardVersion; CFStringRef kCGImagePropertyDNGUniqueCameraModel; CFStringRef kCGImagePropertyDNGLocalizedCameraModel; CFStringRef kCGImagePropertyDNGCameraSerialNumber; CFStringRef kCGImagePropertyDNGLensInfo;
Constants
kCGImagePropertyDNGVersionAn encoding of the four-tier version number.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyDNGBackwardVersionThe oldest version for which a file is compatible.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyDNGUniqueCameraModelA unique, nonlocalized name for the camera model.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyDNGLocalizedCameraModelThe localized camera model name.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyDNGCameraSerialNumberThe camera serial number.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyDNGLensInfoInformation about the lens used for the image.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.
8BIM Dictionary Keys
A key for an Adobe Photoshop image.
CFStringRef kCGImageProperty8BIMLayerNames;
Constants
kCGImageProperty8BIMLayerNamesThe layer names for an Adobe Photoshop file.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.
CIFF Dictionary Keys
Keys for an image that uses Camera Image File Format (CIFF).
CFStringRef kCGImagePropertyCIFFDescription; CFStringRef kCGImagePropertyCIFFFirmware; CFStringRef kCGImagePropertyCIFFOwnerName; CFStringRef kCGImagePropertyCIFFImageName; CFStringRef kCGImagePropertyCIFFImageFileName; CFStringRef kCGImagePropertyCIFFReleaseMethod; CFStringRef kCGImagePropertyCIFFReleaseTiming; CFStringRef kCGImagePropertyCIFFRecordID; CFStringRef kCGImagePropertyCIFFSelfTimingTime; CFStringRef kCGImagePropertyCIFFCameraSerialNumber; CFStringRef kCGImagePropertyCIFFImageSerialNumber; CFStringRef kCGImagePropertyCIFFContinuousDrive; CFStringRef kCGImagePropertyCIFFFocusMode; CFStringRef kCGImagePropertyCIFFMeteringMode; CFStringRef kCGImagePropertyCIFFShootingMode; CFStringRef kCGImagePropertyCIFFLensMaxMM; CFStringRef kCGImagePropertyCIFFLensMinMM; CFStringRef kCGImagePropertyCIFFLensModel; CFStringRef kCGImagePropertyCIFFWhiteBalanceIndex; CFStringRef kCGImagePropertyCIFFFlashExposureComp; CFStringRef kCGImagePropertyCIFFMeasuredEV;
Constants
kCGImagePropertyCIFFDescriptionThe camera description.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyCIFFFirmwareThe firmware version of the camera.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyCIFFOwnerNameThe name of the camera’s owner.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyCIFFImageNameThe image name.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyCIFFImageFileNameThe image file name.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyCIFFReleaseMethodThe method of shutter release—single-shot or continuous.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyCIFFReleaseTimingThe priority for shutter release timing—shutter or focus.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyCIFFRecordIDThe number of images taken since the camera shipped.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyCIFFSelfTimingTimeThe time in milliseconds until shutter release when using the self-timer.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyCIFFCameraSerialNumberThe camera serial number.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyCIFFImageSerialNumberThe image serial number.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyCIFFContinuousDriveThe continuous drive mode.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyCIFFFocusModeThe focus mode.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyCIFFMeteringModeThe metering mode.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyCIFFShootingModeThe shooting mode.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyCIFFLensMaxMMThe maximum lens length in millimeters.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyCIFFLensMinMMThe minimum lens length in millimeters.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyCIFFLensModelThe lens model.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyCIFFWhiteBalanceIndexThe white balance index.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyCIFFFlashExposureCompThe flash exposure compensation.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyCIFFMeasuredEVThe measured exposure value.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.
Declared In
CGImageProperties.hNikon Camera Dictionary Keys
Keys for an image from a Nikon camera.
CFStringRef kCGImagePropertyMakerNikonISOSetting; CFStringRef kCGImagePropertyMakerNikonColorMode; CFStringRef kCGImagePropertyMakerNikonQuality; CFStringRef kCGImagePropertyMakerNikonWhiteBalanceMode; CFStringRef kCGImagePropertyMakerNikonSharpenMode; CFStringRef kCGImagePropertyMakerNikonFocusMode; CFStringRef kCGImagePropertyMakerNikonFlashSetting; CFStringRef kCGImagePropertyMakerNikonISOSelection; CFStringRef kCGImagePropertyMakerNikonFlashExposureComp; CFStringRef kCGImagePropertyMakerNikonImageAdjustment; CFStringRef kCGImagePropertyMakerNikonLensAdapter; CFStringRef kCGImagePropertyMakerNikonLensType; CFStringRef kCGImagePropertyMakerNikonLensInfo; CFStringRef kCGImagePropertyMakerNikonFocusDistance; CFStringRef kCGImagePropertyMakerNikonDigitalZoom; CFStringRef kCGImagePropertyMakerNikonShootingMode; CFStringRef kCGImagePropertyMakerNikonShutterCount; CFStringRef kCGImagePropertyMakerNikonCameraSerialNumber;
Constants
kCGImagePropertyMakerNikonISOSettingThe ISO setting.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerNikonColorModeThe color mode.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerNikonQualityThe quality setting.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerNikonWhiteBalanceModeThe white balance mode.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerNikonSharpenModeThe sharpening mode.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerNikonFocusModeThe focus mode.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerNikonFlashSettingThe flash setting.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerNikonISOSelectionThe ISO selection.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerNikonFlashExposureCompThe flash exposure compensation.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerNikonImageAdjustmentThe image adjustment setting.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerNikonLensAdapterThe lens adapter.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerNikonLensTypeThe lens type.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerNikonLensInfoLens information.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerNikonFocusDistanceThe focus distance.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerNikonDigitalZoomThe digital zoom setting.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerNikonShootingModeThe shooting mode.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerNikonShutterCountThe number of times the shutter has been actuated.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerNikonCameraSerialNumberThe camera serial number.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.
Canon Camera Dictionary Keys
Keys for an image from a Canon camera.
CFStringRef kCGImagePropertyMakerCanonOwnerName; CFStringRef kCGImagePropertyMakerCanonCameraSerialNumber; CFStringRef kCGImagePropertyMakerCanonImageSerialNumber; CFStringRef kCGImagePropertyMakerCanonFlashExposureComp; CFStringRef kCGImagePropertyMakerCanonContinuousDrive; CFStringRef kCGImagePropertyMakerCanonLensModel; CFStringRef kCGImagePropertyMakerCanonFirmware; CFStringRef kCGImagePropertyMakerCanonAspectRatioInfo;
Constants
kCGImagePropertyMakerCanonOwnerNameThe name of the camera's owner.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerCanonCameraSerialNumberThe camera serial number.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerCanonImageSerialNumberThe image serial number.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerCanonFlashExposureCompThe flash exposure compensation setting.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerCanonContinuousDriveThe presence of a continuous drive.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerCanonLensModelThe lens model.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerCanonFirmwareThe firmware version.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.kCGImagePropertyMakerCanonAspectRatioInfoThe image aspect ratio.
Available in iOS 4.0 and later.
Declared in
CGImageProperties.h.
© 2004, 2011 Apple Inc. All Rights Reserved. (Last updated: 2011-10-12)