Documentation Archive Developer
Search

ImageIO Changes

ImageIO

Modified CGImageDestinationAddImage(CGImageDestination!, CGImage!, CFDictionary!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified CGImageDestinationAddImageAndMetadata(CGImageDestination!, CGImage!, CGImageMetadata!, CFDictionary!)
Introduction
FromOS X 10.10
ToOS X 10.8

Modified CGImageDestinationAddImageFromSource(CGImageDestination!, CGImageSource!, Int, CFDictionary!)
DeclarationIntroduction
From
func CGImageDestinationAddImageFromSource(_ idst: CGImageDestination!, _ isrc: CGImageSource!, _ index: UInt, _ properties: CFDictionary!)
OS X 10.10
To
func CGImageDestinationAddImageFromSource(_ idst: CGImageDestination!, _ isrc: CGImageSource!, _ index: Int, _ properties: CFDictionary!)
OS X 10.4

Modified CGImageDestinationCopyImageSource(CGImageDestination!, CGImageSource!, CFDictionary!, UnsafeMutablePointer<Unmanaged<CFError>?>) -> Bool
DeclarationIntroduction
From
func CGImageDestinationCopyImageSource(_ idst: CGImageDestination!, _ isrc: CGImageSource!, _ options: CFDictionary!, _ err: UnsafePointer<Unmanaged<CFError>?>) -> Bool
OS X 10.10
To
func CGImageDestinationCopyImageSource(_ idst: CGImageDestination!, _ isrc: CGImageSource!, _ options: CFDictionary!, _ err: UnsafeMutablePointer<Unmanaged<CFError>?>) -> Bool
OS X 10.8

Modified CGImageDestinationCopyTypeIdentifiers() -> CFArray!
DeclarationIntroduction
From
func CGImageDestinationCopyTypeIdentifiers() -> Unmanaged<CFArray>!
OS X 10.10
To
func CGImageDestinationCopyTypeIdentifiers() -> CFArray!
OS X 10.4

Modified CGImageDestinationCreateWithData(CFMutableData!, CFString!, Int, CFDictionary!) -> CGImageDestination!
DeclarationIntroduction
From
func CGImageDestinationCreateWithData(_ data: CFMutableData!, _ type: CFString!, _ count: UInt, _ options: CFDictionary!) -> Unmanaged<CGImageDestination>!
OS X 10.10
To
func CGImageDestinationCreateWithData(_ data: CFMutableData!, _ type: CFString!, _ count: Int, _ options: CFDictionary!) -> CGImageDestination!
OS X 10.4

Modified CGImageDestinationCreateWithDataConsumer(CGDataConsumer!, CFString!, Int, CFDictionary!) -> CGImageDestination!
DeclarationIntroduction
From
func CGImageDestinationCreateWithDataConsumer(_ consumer: CGDataConsumer!, _ type: CFString!, _ count: UInt, _ options: CFDictionary!) -> Unmanaged<CGImageDestination>!
OS X 10.10
To
func CGImageDestinationCreateWithDataConsumer(_ consumer: CGDataConsumer!, _ type: CFString!, _ count: Int, _ options: CFDictionary!) -> CGImageDestination!
OS X 10.4

Modified CGImageDestinationCreateWithURL(CFURL!, CFString!, Int, CFDictionary!) -> CGImageDestination!
DeclarationIntroduction
From
func CGImageDestinationCreateWithURL(_ url: CFURL!, _ type: CFString!, _ count: UInt, _ options: CFDictionary!) -> Unmanaged<CGImageDestination>!
OS X 10.10
To
func CGImageDestinationCreateWithURL(_ url: CFURL!, _ type: CFString!, _ count: Int, _ options: CFDictionary!) -> CGImageDestination!
OS X 10.4

Modified CGImageDestinationFinalize(CGImageDestination!) -> Bool
Introduction
FromOS X 10.10
ToOS X 10.4

Modified CGImageDestinationGetTypeID() -> CFTypeID
Introduction
FromOS X 10.10
ToOS X 10.4

Modified CGImageDestinationSetProperties(CGImageDestination!, CFDictionary!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified CGImageMetadataCopyStringValueWithPath(CGImageMetadata!, CGImageMetadataTag!, CFString!) -> CFString!
DeclarationIntroduction
From
func CGImageMetadataCopyStringValueWithPath(_ metadata: CGImageMetadata!, _ parent: CGImageMetadataTag!, _ path: CFString!) -> Unmanaged<CFString>!
OS X 10.10
To
func CGImageMetadataCopyStringValueWithPath(_ metadata: CGImageMetadata!, _ parent: CGImageMetadataTag!, _ path: CFString!) -> CFString!
OS X 10.8

Modified CGImageMetadataCopyTagMatchingImageProperty(CGImageMetadata!, CFString!, CFString!) -> CGImageMetadataTag!
DeclarationIntroduction
From
func CGImageMetadataCopyTagMatchingImageProperty(_ metadata: CGImageMetadata!, _ dictionaryName: CFString!, _ propertyName: CFString!) -> Unmanaged<CGImageMetadataTag>!
OS X 10.10
To
func CGImageMetadataCopyTagMatchingImageProperty(_ metadata: CGImageMetadata!, _ dictionaryName: CFString!, _ propertyName: CFString!) -> CGImageMetadataTag!
OS X 10.8

Modified CGImageMetadataCopyTagWithPath(CGImageMetadata!, CGImageMetadataTag!, CFString!) -> CGImageMetadataTag!
DeclarationIntroduction
From
func CGImageMetadataCopyTagWithPath(_ metadata: CGImageMetadata!, _ parent: CGImageMetadataTag!, _ path: CFString!) -> Unmanaged<CGImageMetadataTag>!
OS X 10.10
To
func CGImageMetadataCopyTagWithPath(_ metadata: CGImageMetadata!, _ parent: CGImageMetadataTag!, _ path: CFString!) -> CGImageMetadataTag!
OS X 10.8

Modified CGImageMetadataCopyTags(CGImageMetadata!) -> CFArray!
DeclarationIntroduction
From
func CGImageMetadataCopyTags(_ metadata: CGImageMetadata!) -> Unmanaged<CFArray>!
OS X 10.10
To
func CGImageMetadataCopyTags(_ metadata: CGImageMetadata!) -> CFArray!
OS X 10.8

Modified CGImageMetadataCreateFromXMPData(CFData!) -> CGImageMetadata!
DeclarationIntroduction
From
func CGImageMetadataCreateFromXMPData(_ data: CFData!) -> Unmanaged<CGImageMetadata>!
OS X 10.10
To
func CGImageMetadataCreateFromXMPData(_ data: CFData!) -> CGImageMetadata!
OS X 10.8

Modified CGImageMetadataCreateMutable() -> CGMutableImageMetadata!
DeclarationIntroduction
From
func CGImageMetadataCreateMutable() -> Unmanaged<CGMutableImageMetadata>!
OS X 10.10
To
func CGImageMetadataCreateMutable() -> CGMutableImageMetadata!
OS X 10.8

Modified CGImageMetadataCreateMutableCopy(CGImageMetadata!) -> CGMutableImageMetadata!
DeclarationIntroduction
From
func CGImageMetadataCreateMutableCopy(_ metadata: CGImageMetadata!) -> Unmanaged<CGMutableImageMetadata>!
OS X 10.10
To
func CGImageMetadataCreateMutableCopy(_ metadata: CGImageMetadata!) -> CGMutableImageMetadata!
OS X 10.8

Modified CGImageMetadataCreateXMPData(CGImageMetadata!, CFDictionary!) -> CFData!
DeclarationIntroduction
From
func CGImageMetadataCreateXMPData(_ metadata: CGImageMetadata!, _ options: CFDictionary!) -> Unmanaged<CFData>!
OS X 10.10
To
func CGImageMetadataCreateXMPData(_ metadata: CGImageMetadata!, _ options: CFDictionary!) -> CFData!
OS X 10.8

Modified CGImageMetadataEnumerateTagsUsingBlock(CGImageMetadata!, CFString!, CFDictionary!, CGImageMetadataTagBlock!)
Introduction
FromOS X 10.10
ToOS X 10.8

Modified CGImageMetadataRegisterNamespaceForPrefix(CGMutableImageMetadata!, CFString!, CFString!, UnsafeMutablePointer<Unmanaged<CFError>?>) -> Bool
DeclarationIntroduction
From
func CGImageMetadataRegisterNamespaceForPrefix(_ metadata: CGMutableImageMetadata!, _ xmlns: CFString!, _ prefix: CFString!, _ err: UnsafePointer<Unmanaged<CFError>?>) -> Bool
OS X 10.10
To
func CGImageMetadataRegisterNamespaceForPrefix(_ metadata: CGMutableImageMetadata!, _ xmlns: CFString!, _ prefix: CFString!, _ err: UnsafeMutablePointer<Unmanaged<CFError>?>) -> Bool
OS X 10.8

Modified CGImageMetadataRemoveTagWithPath(CGMutableImageMetadata!, CGImageMetadataTag!, CFString!) -> Bool
Introduction
FromOS X 10.10
ToOS X 10.8

Modified CGImageMetadataSetTagWithPath(CGMutableImageMetadata!, CGImageMetadataTag!, CFString!, CGImageMetadataTag!) -> Bool
Introduction
FromOS X 10.10
ToOS X 10.8

Modified CGImageMetadataSetValueMatchingImageProperty(CGMutableImageMetadata!, CFString!, CFString!, AnyObject!) -> Bool
Introduction
FromOS X 10.10
ToOS X 10.8

Modified CGImageMetadataSetValueWithPath(CGMutableImageMetadata!, CGImageMetadataTag!, CFString!, AnyObject!) -> Bool
Introduction
FromOS X 10.10
ToOS X 10.8

Modified CGImageMetadataTagCopyName(CGImageMetadataTag!) -> CFString!
DeclarationIntroduction
From
func CGImageMetadataTagCopyName(_ tag: CGImageMetadataTag!) -> Unmanaged<CFString>!
OS X 10.10
To
func CGImageMetadataTagCopyName(_ tag: CGImageMetadataTag!) -> CFString!
OS X 10.8

Modified CGImageMetadataTagCopyNamespace(CGImageMetadataTag!) -> CFString!
DeclarationIntroduction
From
func CGImageMetadataTagCopyNamespace(_ tag: CGImageMetadataTag!) -> Unmanaged<CFString>!
OS X 10.10
To
func CGImageMetadataTagCopyNamespace(_ tag: CGImageMetadataTag!) -> CFString!
OS X 10.8

Modified CGImageMetadataTagCopyPrefix(CGImageMetadataTag!) -> CFString!
DeclarationIntroduction
From
func CGImageMetadataTagCopyPrefix(_ tag: CGImageMetadataTag!) -> Unmanaged<CFString>!
OS X 10.10
To
func CGImageMetadataTagCopyPrefix(_ tag: CGImageMetadataTag!) -> CFString!
OS X 10.8

Modified CGImageMetadataTagCopyQualifiers(CGImageMetadataTag!) -> CFArray!
DeclarationIntroduction
From
func CGImageMetadataTagCopyQualifiers(_ tag: CGImageMetadataTag!) -> Unmanaged<CFArray>!
OS X 10.10
To
func CGImageMetadataTagCopyQualifiers(_ tag: CGImageMetadataTag!) -> CFArray!
OS X 10.8

Modified CGImageMetadataTagCopyValue(CGImageMetadataTag!) -> AnyObject!
DeclarationIntroduction
From
func CGImageMetadataTagCopyValue(_ tag: CGImageMetadataTag!) -> Unmanaged<AnyObject>!
OS X 10.10
To
func CGImageMetadataTagCopyValue(_ tag: CGImageMetadataTag!) -> AnyObject!
OS X 10.8

Modified CGImageMetadataTagCreate(CFString!, CFString!, CFString!, CGImageMetadataType, AnyObject!) -> CGImageMetadataTag!
DeclarationIntroduction
From
func CGImageMetadataTagCreate(_ xmlns: CFString!, _ prefix: CFString!, _ name: CFString!, _ type: CGImageMetadataType, _ value: AnyObject!) -> Unmanaged<CGImageMetadataTag>!
OS X 10.10
To
func CGImageMetadataTagCreate(_ xmlns: CFString!, _ prefix: CFString!, _ name: CFString!, _ type: CGImageMetadataType, _ value: AnyObject!) -> CGImageMetadataTag!
OS X 10.8

Modified CGImageMetadataTagGetType(CGImageMetadataTag!) -> CGImageMetadataType
Introduction
FromOS X 10.10
ToOS X 10.8

Modified CGImageMetadataTagGetTypeID() -> CFTypeID
Introduction
FromOS X 10.10
ToOS X 10.8

Modified CGImageSourceCopyMetadataAtIndex(CGImageSource!, Int, CFDictionary!) -> CGImageMetadata!
DeclarationIntroduction
From
func CGImageSourceCopyMetadataAtIndex(_ isrc: CGImageSource!, _ index: UInt, _ options: CFDictionary!) -> Unmanaged<CGImageMetadata>!
OS X 10.10
To
func CGImageSourceCopyMetadataAtIndex(_ isrc: CGImageSource!, _ index: Int, _ options: CFDictionary!) -> CGImageMetadata!
OS X 10.8

Modified CGImageSourceCopyProperties(CGImageSource!, CFDictionary!) -> CFDictionary!
DeclarationIntroduction
From
func CGImageSourceCopyProperties(_ isrc: CGImageSource!, _ options: CFDictionary!) -> Unmanaged<CFDictionary>!
OS X 10.10
To
func CGImageSourceCopyProperties(_ isrc: CGImageSource!, _ options: CFDictionary!) -> CFDictionary!
OS X 10.4

Modified CGImageSourceCopyPropertiesAtIndex(CGImageSource!, Int, CFDictionary!) -> CFDictionary!
DeclarationIntroduction
From
func CGImageSourceCopyPropertiesAtIndex(_ isrc: CGImageSource!, _ index: UInt, _ options: CFDictionary!) -> Unmanaged<CFDictionary>!
OS X 10.10
To
func CGImageSourceCopyPropertiesAtIndex(_ isrc: CGImageSource!, _ index: Int, _ options: CFDictionary!) -> CFDictionary!
OS X 10.4

Modified CGImageSourceCopyTypeIdentifiers() -> CFArray!
DeclarationIntroduction
From
func CGImageSourceCopyTypeIdentifiers() -> Unmanaged<CFArray>!
OS X 10.10
To
func CGImageSourceCopyTypeIdentifiers() -> CFArray!
OS X 10.4

Modified CGImageSourceCreateImageAtIndex(CGImageSource!, Int, CFDictionary!) -> CGImage!
DeclarationIntroduction
From
func CGImageSourceCreateImageAtIndex(_ isrc: CGImageSource!, _ index: UInt, _ options: CFDictionary!) -> Unmanaged<CGImage>!
OS X 10.10
To
func CGImageSourceCreateImageAtIndex(_ isrc: CGImageSource!, _ index: Int, _ options: CFDictionary!) -> CGImage!
OS X 10.4

Modified CGImageSourceCreateIncremental(CFDictionary!) -> CGImageSource!
DeclarationIntroduction
From
func CGImageSourceCreateIncremental(_ options: CFDictionary!) -> Unmanaged<CGImageSource>!
OS X 10.10
To
func CGImageSourceCreateIncremental(_ options: CFDictionary!) -> CGImageSource!
OS X 10.4

Modified CGImageSourceCreateThumbnailAtIndex(CGImageSource!, Int, CFDictionary!) -> CGImage!
DeclarationIntroduction
From
func CGImageSourceCreateThumbnailAtIndex(_ isrc: CGImageSource!, _ index: UInt, _ options: CFDictionary!) -> Unmanaged<CGImage>!
OS X 10.10
To
func CGImageSourceCreateThumbnailAtIndex(_ isrc: CGImageSource!, _ index: Int, _ options: CFDictionary!) -> CGImage!
OS X 10.4

Modified CGImageSourceCreateWithData(CFData!, CFDictionary!) -> CGImageSource!
DeclarationIntroduction
From
func CGImageSourceCreateWithData(_ data: CFData!, _ options: CFDictionary!) -> Unmanaged<CGImageSource>!
OS X 10.10
To
func CGImageSourceCreateWithData(_ data: CFData!, _ options: CFDictionary!) -> CGImageSource!
OS X 10.4

Modified CGImageSourceCreateWithDataProvider(CGDataProvider!, CFDictionary!) -> CGImageSource!
DeclarationIntroduction
From
func CGImageSourceCreateWithDataProvider(_ provider: CGDataProvider!, _ options: CFDictionary!) -> Unmanaged<CGImageSource>!
OS X 10.10
To
func CGImageSourceCreateWithDataProvider(_ provider: CGDataProvider!, _ options: CFDictionary!) -> CGImageSource!
OS X 10.4

Modified CGImageSourceCreateWithURL(CFURL!, CFDictionary!) -> CGImageSource!
DeclarationIntroduction
From
func CGImageSourceCreateWithURL(_ url: CFURL!, _ options: CFDictionary!) -> Unmanaged<CGImageSource>!
OS X 10.10
To
func CGImageSourceCreateWithURL(_ url: CFURL!, _ options: CFDictionary!) -> CGImageSource!
OS X 10.4

Modified CGImageSourceGetCount(CGImageSource!) -> Int
DeclarationIntroduction
From
func CGImageSourceGetCount(_ isrc: CGImageSource!) -> UInt
OS X 10.10
To
func CGImageSourceGetCount(_ isrc: CGImageSource!) -> Int
OS X 10.4

Modified CGImageSourceGetStatus(CGImageSource!) -> CGImageSourceStatus
Introduction
FromOS X 10.10
ToOS X 10.4

Modified CGImageSourceGetStatusAtIndex(CGImageSource!, Int) -> CGImageSourceStatus
DeclarationIntroduction
From
func CGImageSourceGetStatusAtIndex(_ isrc: CGImageSource!, _ index: UInt) -> CGImageSourceStatus
OS X 10.10
To
func CGImageSourceGetStatusAtIndex(_ isrc: CGImageSource!, _ index: Int) -> CGImageSourceStatus
OS X 10.4

Modified CGImageSourceGetType(CGImageSource!) -> CFString!
DeclarationIntroduction
From
func CGImageSourceGetType(_ isrc: CGImageSource!) -> Unmanaged<CFString>!
OS X 10.10
To
func CGImageSourceGetType(_ isrc: CGImageSource!) -> CFString!
OS X 10.4

Modified CGImageSourceGetTypeID() -> CFTypeID
Introduction
FromOS X 10.10
ToOS X 10.4

Modified CGImageSourceRemoveCacheAtIndex(CGImageSource!, Int)
DeclarationIntroduction
From
func CGImageSourceRemoveCacheAtIndex(_ isrc: CGImageSource!, _ index: UInt)
OS X 10.10
To
func CGImageSourceRemoveCacheAtIndex(_ isrc: CGImageSource!, _ index: Int)
OS X 10.9

Modified CGImageSourceUpdateData(CGImageSource!, CFData!, Bool)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified CGImageSourceUpdateDataProvider(CGImageSource!, CGDataProvider!, Bool)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImageDestinationBackgroundColor
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImageDestinationDateTime
Introduction
FromOS X 10.10
ToOS X 10.8

Modified kCGImageDestinationLossyCompressionQuality
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImageDestinationMergeMetadata
Introduction
FromOS X 10.10
ToOS X 10.8

Modified kCGImageDestinationMetadata
Introduction
FromOS X 10.10
ToOS X 10.8

Modified kCGImageDestinationOrientation
Introduction
FromOS X 10.10
ToOS X 10.8

Modified kCGImageMetadataEnumerateRecursively
Introduction
FromOS X 10.10
ToOS X 10.8

Modified kCGImageMetadataNamespaceDublinCore
Introduction
FromOS X 10.10
ToOS X 10.8

Modified kCGImageMetadataNamespaceExif
Introduction
FromOS X 10.10
ToOS X 10.8

Modified kCGImageMetadataNamespaceExifAux
Introduction
FromOS X 10.10
ToOS X 10.8

Modified kCGImageMetadataNamespaceExifEX
Introduction
FromOS X 10.10
ToOS X 10.9

Modified kCGImageMetadataNamespaceIPTCCore
Introduction
FromOS X 10.10
ToOS X 10.8

Modified kCGImageMetadataNamespacePhotoshop
Introduction
FromOS X 10.10
ToOS X 10.8

Modified kCGImageMetadataNamespaceTIFF
Introduction
FromOS X 10.10
ToOS X 10.8

Modified kCGImageMetadataNamespaceXMPBasic
Introduction
FromOS X 10.10
ToOS X 10.8

Modified kCGImageMetadataNamespaceXMPRights
Introduction
FromOS X 10.10
ToOS X 10.8

Modified kCGImageMetadataPrefixDublinCore
Introduction
FromOS X 10.10
ToOS X 10.8

Modified kCGImageMetadataPrefixExif
Introduction
FromOS X 10.10
ToOS X 10.8

Modified kCGImageMetadataPrefixExifAux
Introduction
FromOS X 10.10
ToOS X 10.8

Modified kCGImageMetadataPrefixExifEX
Introduction
FromOS X 10.10
ToOS X 10.9

Modified kCGImageMetadataPrefixIPTCCore
Introduction
FromOS X 10.10
ToOS X 10.8

Modified kCGImageMetadataPrefixPhotoshop
Introduction
FromOS X 10.10
ToOS X 10.8

Modified kCGImageMetadataPrefixTIFF
Introduction
FromOS X 10.10
ToOS X 10.8

Modified kCGImageMetadataPrefixXMPBasic
Introduction
FromOS X 10.10
ToOS X 10.8

Modified kCGImageMetadataPrefixXMPRights
Introduction
FromOS X 10.10
ToOS X 10.8

Modified kCGImageMetadataShouldExcludeXMP
Introduction
FromOS X 10.10
ToOS X 10.8

Modified kCGImageProperty8BIMDictionary
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImageProperty8BIMLayerNames
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyCIFFCameraSerialNumber
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyCIFFContinuousDrive
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyCIFFDescription
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyCIFFDictionary
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyCIFFFirmware
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyCIFFFlashExposureComp
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyCIFFFocusMode
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyCIFFImageFileName
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyCIFFImageName
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyCIFFImageSerialNumber
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyCIFFLensMaxMM
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyCIFFLensMinMM
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyCIFFLensModel
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyCIFFMeasuredEV
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyCIFFMeteringMode
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyCIFFOwnerName
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyCIFFRecordID
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyCIFFReleaseMethod
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyCIFFReleaseTiming
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyCIFFSelfTimingTime
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyCIFFShootingMode
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyCIFFWhiteBalanceIndex
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyColorModel
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyColorModelCMYK
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyColorModelGray
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyColorModelLab
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyColorModelRGB
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyDNGBackwardVersion
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyDNGCameraSerialNumber
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyDNGDictionary
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyDNGLensInfo
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyDNGLocalizedCameraModel
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyDNGUniqueCameraModel
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyDNGVersion
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyDPIHeight
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyDPIWidth
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyDepth
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifApertureValue
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifAuxDictionary
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyExifAuxFirmware
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyExifAuxFlashCompensation
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyExifAuxImageNumber
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyExifAuxLensID
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyExifAuxLensInfo
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyExifAuxLensModel
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyExifAuxLensSerialNumber
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyExifAuxOwnerName
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyExifAuxSerialNumber
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyExifBodySerialNumber
Introduction
FromOS X 10.10
ToOS X 10.7

Modified kCGImagePropertyExifBrightnessValue
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifCFAPattern
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifCameraOwnerName
Introduction
FromOS X 10.10
ToOS X 10.7

Modified kCGImagePropertyExifColorSpace
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifComponentsConfiguration
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifCompressedBitsPerPixel
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifContrast
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifCustomRendered
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifDateTimeDigitized
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifDateTimeOriginal
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifDeviceSettingDescription
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifDictionary
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifDigitalZoomRatio
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifExposureBiasValue
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifExposureIndex
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifExposureMode
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifExposureProgram
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifExposureTime
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifFNumber
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifFileSource
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifFlash
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifFlashEnergy
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifFlashPixVersion
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifFocalLenIn35mmFilm
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifFocalLength
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifFocalPlaneResolutionUnit
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifFocalPlaneXResolution
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifFocalPlaneYResolution
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifGainControl
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifGamma
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifISOSpeed
Introduction
FromOS X 10.10
ToOS X 10.9

Modified kCGImagePropertyExifISOSpeedLatitudeyyy
Introduction
FromOS X 10.10
ToOS X 10.9

Modified kCGImagePropertyExifISOSpeedLatitudezzz
Introduction
FromOS X 10.10
ToOS X 10.9

Modified kCGImagePropertyExifISOSpeedRatings
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifImageUniqueID
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifLensMake
Introduction
FromOS X 10.10
ToOS X 10.7

Modified kCGImagePropertyExifLensModel
Introduction
FromOS X 10.10
ToOS X 10.7

Modified kCGImagePropertyExifLensSerialNumber
Introduction
FromOS X 10.10
ToOS X 10.7

Modified kCGImagePropertyExifLensSpecification
Introduction
FromOS X 10.10
ToOS X 10.7

Modified kCGImagePropertyExifLightSource
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifMakerNote
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifMaxApertureValue
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifMeteringMode
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifOECF
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifPixelXDimension
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifPixelYDimension
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifRecommendedExposureIndex
Introduction
FromOS X 10.10
ToOS X 10.9

Modified kCGImagePropertyExifRelatedSoundFile
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifSaturation
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifSceneCaptureType
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifSceneType
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifSensingMethod
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifSensitivityType
Introduction
FromOS X 10.10
ToOS X 10.9

Modified kCGImagePropertyExifSharpness
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifShutterSpeedValue
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifSpatialFrequencyResponse
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifSpectralSensitivity
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifStandardOutputSensitivity
Introduction
FromOS X 10.10
ToOS X 10.9

Modified kCGImagePropertyExifSubjectArea
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifSubjectDistRange
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifSubjectDistance
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifSubjectLocation
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifSubsecTime
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifSubsecTimeDigitized
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifSubsecTimeOrginal
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifUserComment
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifVersion
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyExifWhiteBalance
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyFileSize
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGIFDelayTime
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGIFDictionary
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGIFHasGlobalColorMap
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGIFImageColorMap
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGIFLoopCount
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGIFUnclampedDelayTime
Introduction
FromOS X 10.10
ToOS X 10.7

Modified kCGImagePropertyGPSAltitude
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSAltitudeRef
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSAreaInformation
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSDOP
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSDateStamp
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSDestBearing
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSDestBearingRef
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSDestDistance
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSDestDistanceRef
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSDestLatitude
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSDestLatitudeRef
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSDestLongitude
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSDestLongitudeRef
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSDictionary
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSDifferental
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSImgDirection
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSImgDirectionRef
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSLatitude
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSLatitudeRef
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSLongitude
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSLongitudeRef
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSMapDatum
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSMeasureMode
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSProcessingMethod
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSSatellites
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSSpeed
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSSpeedRef
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSStatus
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSTimeStamp
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSTrack
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSTrackRef
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyGPSVersion
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyHasAlpha
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCActionAdvised
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCByline
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCBylineTitle
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCCaptionAbstract
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCCategory
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCCity
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCContact
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCContactInfoAddress
Introduction
FromOS X 10.10
ToOS X 10.6

Modified kCGImagePropertyIPTCContactInfoCity
Introduction
FromOS X 10.10
ToOS X 10.6

Modified kCGImagePropertyIPTCContactInfoCountry
Introduction
FromOS X 10.10
ToOS X 10.6

Modified kCGImagePropertyIPTCContactInfoEmails
Introduction
FromOS X 10.10
ToOS X 10.6

Modified kCGImagePropertyIPTCContactInfoPhones
Introduction
FromOS X 10.10
ToOS X 10.6

Modified kCGImagePropertyIPTCContactInfoPostalCode
Introduction
FromOS X 10.10
ToOS X 10.6

Modified kCGImagePropertyIPTCContactInfoStateProvince
Introduction
FromOS X 10.10
ToOS X 10.6

Modified kCGImagePropertyIPTCContactInfoWebURLs
Introduction
FromOS X 10.10
ToOS X 10.6

Modified kCGImagePropertyIPTCContentLocationCode
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCContentLocationName
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCCopyrightNotice
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCCountryPrimaryLocationCode
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCCountryPrimaryLocationName
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCCreatorContactInfo
Introduction
FromOS X 10.10
ToOS X 10.6

Modified kCGImagePropertyIPTCCredit
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCDateCreated
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCDictionary
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCDigitalCreationDate
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCDigitalCreationTime
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCEditStatus
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCEditorialUpdate
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCExpirationDate
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCExpirationTime
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCFixtureIdentifier
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCHeadline
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCImageOrientation
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCImageType
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCKeywords
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCLanguageIdentifier
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCObjectAttributeReference
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCObjectCycle
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCObjectName
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCObjectTypeReference
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCOriginalTransmissionReference
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCOriginatingProgram
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCProgramVersion
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCProvinceState
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCReferenceDate
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCReferenceNumber
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCReferenceService
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCReleaseDate
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCReleaseTime
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCRightsUsageTerms
Introduction
FromOS X 10.10
ToOS X 10.6

Modified kCGImagePropertyIPTCScene
Introduction
FromOS X 10.10
ToOS X 10.6

Modified kCGImagePropertyIPTCSource
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCSpecialInstructions
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCStarRating
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCSubLocation
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCSubjectReference
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCSupplementalCategory
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCTimeCreated
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCUrgency
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIPTCWriterEditor
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIsFloat
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyIsIndexed
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyJFIFDensityUnit
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyJFIFDictionary
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyJFIFIsProgressive
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyJFIFVersion
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyJFIFXDensity
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyJFIFYDensity
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyMakerCanonAspectRatioInfo
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerCanonCameraSerialNumber
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerCanonContinuousDrive
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerCanonDictionary
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerCanonFirmware
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerCanonFlashExposureComp
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerCanonImageSerialNumber
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerCanonLensModel
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerCanonOwnerName
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerFujiDictionary
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerMinoltaDictionary
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerNikonCameraSerialNumber
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerNikonColorMode
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerNikonDictionary
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerNikonDigitalZoom
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerNikonFlashExposureComp
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerNikonFlashSetting
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerNikonFocusDistance
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerNikonFocusMode
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerNikonISOSelection
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerNikonISOSetting
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerNikonImageAdjustment
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerNikonLensAdapter
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerNikonLensInfo
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerNikonLensType
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerNikonQuality
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerNikonSharpenMode
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerNikonShootingMode
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerNikonShutterCount
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerNikonWhiteBalanceMode
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerOlympusDictionary
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyMakerPentaxDictionary
Introduction
FromOS X 10.10
ToOS X 10.5

Modified kCGImagePropertyOpenEXRAspectRatio
Introduction
FromOS X 10.10
ToOS X 10.9

Modified kCGImagePropertyOpenEXRDictionary
Introduction
FromOS X 10.10
ToOS X 10.9

Modified kCGImagePropertyOrientation
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyPNGAuthor
Introduction
FromOS X 10.10
ToOS X 10.7

Modified kCGImagePropertyPNGChromaticities
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyPNGCopyright
Introduction
FromOS X 10.10
ToOS X 10.7

Modified kCGImagePropertyPNGCreationTime
Introduction
FromOS X 10.10
ToOS X 10.7

Modified kCGImagePropertyPNGDescription
Introduction
FromOS X 10.10
ToOS X 10.7

Modified kCGImagePropertyPNGDictionary
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyPNGGamma
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyPNGInterlaceType
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyPNGModificationTime
Introduction
FromOS X 10.10
ToOS X 10.7

Modified kCGImagePropertyPNGSoftware
Introduction
FromOS X 10.10
ToOS X 10.7

Modified kCGImagePropertyPNGTitle
Introduction
FromOS X 10.10
ToOS X 10.7

Modified kCGImagePropertyPNGXPixelsPerMeter
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyPNGYPixelsPerMeter
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyPNGsRGBIntent
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyPixelHeight
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyPixelWidth
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyProfileName
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyRawDictionary
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyTIFFArtist
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyTIFFCompression
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyTIFFCopyright
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyTIFFDateTime
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyTIFFDictionary
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyTIFFDocumentName
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyTIFFHostComputer
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyTIFFImageDescription
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyTIFFMake
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyTIFFModel
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyTIFFOrientation
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyTIFFPhotometricInterpretation
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyTIFFPrimaryChromaticities
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyTIFFResolutionUnit
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyTIFFSoftware
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyTIFFTransferFunction
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyTIFFWhitePoint
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyTIFFXResolution
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImagePropertyTIFFYResolution
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImageSourceCreateThumbnailFromImageAlways
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImageSourceCreateThumbnailFromImageIfAbsent
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImageSourceCreateThumbnailWithTransform
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImageSourceShouldAllowFloat
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImageSourceShouldCache
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImageSourceShouldCacheImmediately
Introduction
FromOS X 10.10
ToOS X 10.9

Modified kCGImageSourceThumbnailMaxPixelSize
Introduction
FromOS X 10.10
ToOS X 10.4

Modified kCGImageSourceTypeIdentifierHint
Introduction
FromOS X 10.10
ToOS X 10.4