Documentation Archive Developer
Search

ImageIO Changes

ImageIO (Added)

Added CGImageMetadataErrors [struct]
Added CGImageMetadataErrors.init(_: UInt32)
Added CGImageMetadataErrors.value
Added CGImageMetadataType [struct]
Added CGImageMetadataType.init(_: Int32)
Added CGImageMetadataType.value
Added CGImagePropertyOrientation [struct]
Added CGImagePropertyOrientation.init(_: UInt32)
Added CGImagePropertyOrientation.value
Added CGImageSourceStatus [struct]
Added CGImageSourceStatus.init(_: Int32)
Added CGImageSourceStatus.value
Added CGImageDestinationAddImage(CGImageDestination!, CGImage!, CFDictionary!)
Added CGImageDestinationAddImageAndMetadata(CGImageDestination!, CGImage!, CGImageMetadata!, CFDictionary!)
Added CGImageDestinationAddImageFromSource(CGImageDestination!, CGImageSource!, UInt, CFDictionary!)
Added CGImageDestinationCopyImageSource(CGImageDestination!, CGImageSource!, CFDictionary!, UnsafeMutablePointer<Unmanaged<CFError>?>) -> Bool
Added CGImageDestinationCopyTypeIdentifiers() -> CFArray!
Added CGImageDestinationCreateWithData(CFMutableData!, CFString!, UInt, CFDictionary!) -> CGImageDestination!
Added CGImageDestinationCreateWithDataConsumer(CGDataConsumer!, CFString!, UInt, CFDictionary!) -> CGImageDestination!
Added CGImageDestinationCreateWithURL(CFURL!, CFString!, UInt, CFDictionary!) -> CGImageDestination!
Added CGImageDestinationFinalize(CGImageDestination!) -> Bool
Added CGImageDestinationGetTypeID() -> CFTypeID
Added CGImageDestinationRef
Added CGImageDestinationSetProperties(CGImageDestination!, CFDictionary!)
Added CGImageMetadataCopyStringValueWithPath(CGImageMetadata!, CGImageMetadataTag!, CFString!) -> CFString!
Added CGImageMetadataCopyTagMatchingImageProperty(CGImageMetadata!, CFString!, CFString!) -> CGImageMetadataTag!
Added CGImageMetadataCopyTagWithPath(CGImageMetadata!, CGImageMetadataTag!, CFString!) -> CGImageMetadataTag!
Added CGImageMetadataCopyTags(CGImageMetadata!) -> CFArray!
Added CGImageMetadataCreateFromXMPData(CFData!) -> CGImageMetadata!
Added CGImageMetadataCreateMutable() -> CGMutableImageMetadata!
Added CGImageMetadataCreateMutableCopy(CGImageMetadata!) -> CGMutableImageMetadata!
Added CGImageMetadataCreateXMPData(CGImageMetadata!, CFDictionary!) -> CFData!
Added CGImageMetadataEnumerateTagsUsingBlock(CGImageMetadata!, CFString!, CFDictionary!, CGImageMetadataTagBlock!)
Added CGImageMetadataGetTypeID() -> CFTypeID
Added CGImageMetadataRef
Added CGImageMetadataRegisterNamespaceForPrefix(CGMutableImageMetadata!, CFString!, CFString!, UnsafeMutablePointer<Unmanaged<CFError>?>) -> Bool
Added CGImageMetadataRemoveTagWithPath(CGMutableImageMetadata!, CGImageMetadataTag!, CFString!) -> Bool
Added CGImageMetadataSetTagWithPath(CGMutableImageMetadata!, CGImageMetadataTag!, CFString!, CGImageMetadataTag!) -> Bool
Added CGImageMetadataSetValueMatchingImageProperty(CGMutableImageMetadata!, CFString!, CFString!, AnyObject!) -> Bool
Added CGImageMetadataSetValueWithPath(CGMutableImageMetadata!, CGImageMetadataTag!, CFString!, AnyObject!) -> Bool
Added CGImageMetadataTagBlock
Added CGImageMetadataTagCopyName(CGImageMetadataTag!) -> CFString!
Added CGImageMetadataTagCopyNamespace(CGImageMetadataTag!) -> CFString!
Added CGImageMetadataTagCopyPrefix(CGImageMetadataTag!) -> CFString!
Added CGImageMetadataTagCopyQualifiers(CGImageMetadataTag!) -> CFArray!
Added CGImageMetadataTagCopyValue(CGImageMetadataTag!) -> AnyObject!
Added CGImageMetadataTagCreate(CFString!, CFString!, CFString!, CGImageMetadataType, AnyObject!) -> CGImageMetadataTag!
Added CGImageMetadataTagGetType(CGImageMetadataTag!) -> CGImageMetadataType
Added CGImageMetadataTagGetTypeID() -> CFTypeID
Added CGImageMetadataTagRef
Added CGImageSourceCopyMetadataAtIndex(CGImageSource!, UInt, CFDictionary!) -> CGImageMetadata!
Added CGImageSourceCopyProperties(CGImageSource!, CFDictionary!) -> CFDictionary!
Added CGImageSourceCopyPropertiesAtIndex(CGImageSource!, UInt, CFDictionary!) -> CFDictionary!
Added CGImageSourceCopyTypeIdentifiers() -> CFArray!
Added CGImageSourceCreateImageAtIndex(CGImageSource!, UInt, CFDictionary!) -> CGImage!
Added CGImageSourceCreateIncremental(CFDictionary!) -> CGImageSource!
Added CGImageSourceCreateThumbnailAtIndex(CGImageSource!, UInt, CFDictionary!) -> CGImage!
Added CGImageSourceCreateWithData(CFData!, CFDictionary!) -> CGImageSource!
Added CGImageSourceCreateWithDataProvider(CGDataProvider!, CFDictionary!) -> CGImageSource!
Added CGImageSourceCreateWithURL(CFURL!, CFDictionary!) -> CGImageSource!
Added CGImageSourceGetCount(CGImageSource!) -> UInt
Added CGImageSourceGetStatus(CGImageSource!) -> CGImageSourceStatus
Added CGImageSourceGetStatusAtIndex(CGImageSource!, UInt) -> CGImageSourceStatus
Added CGImageSourceGetType(CGImageSource!) -> CFString!
Added CGImageSourceGetTypeID() -> CFTypeID
Added CGImageSourceRef
Added CGImageSourceRemoveCacheAtIndex(CGImageSource!, UInt)
Added CGImageSourceUpdateData(CGImageSource!, CFData!, Bool)
Added CGImageSourceUpdateDataProvider(CGImageSource!, CGDataProvider!, Bool)
Added CGMutableImageMetadataRef
Added IIO_HAS_IOSURFACE
Added kCFErrorDomainCGImageMetadata
Added kCGImageDestinationBackgroundColor
Added kCGImageDestinationDateTime
Added kCGImageDestinationEmbedThumbnail
Added kCGImageDestinationImageMaxPixelSize
Added kCGImageDestinationLossyCompressionQuality
Added kCGImageDestinationMergeMetadata
Added kCGImageDestinationMetadata
Added kCGImageDestinationOrientation
Added kCGImageMetadataEnumerateRecursively
Added kCGImageMetadataErrorBadArgument
Added kCGImageMetadataErrorConflictingArguments
Added kCGImageMetadataErrorPrefixConflict
Added kCGImageMetadataErrorUnknown
Added kCGImageMetadataErrorUnsupportedFormat
Added kCGImageMetadataNamespaceDublinCore
Added kCGImageMetadataNamespaceExif
Added kCGImageMetadataNamespaceExifAux
Added kCGImageMetadataNamespaceExifEX
Added kCGImageMetadataNamespaceIPTCCore
Added kCGImageMetadataNamespacePhotoshop
Added kCGImageMetadataNamespaceTIFF
Added kCGImageMetadataNamespaceXMPBasic
Added kCGImageMetadataNamespaceXMPRights
Added kCGImageMetadataPrefixDublinCore
Added kCGImageMetadataPrefixExif
Added kCGImageMetadataPrefixExifAux
Added kCGImageMetadataPrefixExifEX
Added kCGImageMetadataPrefixIPTCCore
Added kCGImageMetadataPrefixPhotoshop
Added kCGImageMetadataPrefixTIFF
Added kCGImageMetadataPrefixXMPBasic
Added kCGImageMetadataPrefixXMPRights
Added kCGImageMetadataShouldExcludeGPS
Added kCGImageMetadataShouldExcludeXMP
Added kCGImageMetadataTypeAlternateArray
Added kCGImageMetadataTypeAlternateText
Added kCGImageMetadataTypeArrayOrdered
Added kCGImageMetadataTypeArrayUnordered
Added kCGImageMetadataTypeDefault
Added kCGImageMetadataTypeInvalid
Added kCGImageMetadataTypeString
Added kCGImageMetadataTypeStructure
Added kCGImageProperty8BIMDictionary
Added kCGImageProperty8BIMLayerNames
Added kCGImageProperty8BIMVersion
Added kCGImagePropertyAPNGDelayTime
Added kCGImagePropertyAPNGLoopCount
Added kCGImagePropertyAPNGUnclampedDelayTime
Added kCGImagePropertyCIFFCameraSerialNumber
Added kCGImagePropertyCIFFContinuousDrive
Added kCGImagePropertyCIFFDescription
Added kCGImagePropertyCIFFDictionary
Added kCGImagePropertyCIFFFirmware
Added kCGImagePropertyCIFFFlashExposureComp
Added kCGImagePropertyCIFFFocusMode
Added kCGImagePropertyCIFFImageFileName
Added kCGImagePropertyCIFFImageName
Added kCGImagePropertyCIFFImageSerialNumber
Added kCGImagePropertyCIFFLensMaxMM
Added kCGImagePropertyCIFFLensMinMM
Added kCGImagePropertyCIFFLensModel
Added kCGImagePropertyCIFFMeasuredEV
Added kCGImagePropertyCIFFMeteringMode
Added kCGImagePropertyCIFFOwnerName
Added kCGImagePropertyCIFFRecordID
Added kCGImagePropertyCIFFReleaseMethod
Added kCGImagePropertyCIFFReleaseTiming
Added kCGImagePropertyCIFFSelfTimingTime
Added kCGImagePropertyCIFFShootingMode
Added kCGImagePropertyCIFFWhiteBalanceIndex
Added kCGImagePropertyColorModel
Added kCGImagePropertyColorModelCMYK
Added kCGImagePropertyColorModelGray
Added kCGImagePropertyColorModelLab
Added kCGImagePropertyColorModelRGB
Added kCGImagePropertyDNGBackwardVersion
Added kCGImagePropertyDNGCameraSerialNumber
Added kCGImagePropertyDNGDictionary
Added kCGImagePropertyDNGLensInfo
Added kCGImagePropertyDNGLocalizedCameraModel
Added kCGImagePropertyDNGUniqueCameraModel
Added kCGImagePropertyDNGVersion
Added kCGImagePropertyDPIHeight
Added kCGImagePropertyDPIWidth
Added kCGImagePropertyDepth
Added kCGImagePropertyExifApertureValue
Added kCGImagePropertyExifAuxDictionary
Added kCGImagePropertyExifAuxFirmware
Added kCGImagePropertyExifAuxFlashCompensation
Added kCGImagePropertyExifAuxImageNumber
Added kCGImagePropertyExifAuxLensID
Added kCGImagePropertyExifAuxLensInfo
Added kCGImagePropertyExifAuxLensModel
Added kCGImagePropertyExifAuxLensSerialNumber
Added kCGImagePropertyExifAuxOwnerName
Added kCGImagePropertyExifAuxSerialNumber
Added kCGImagePropertyExifBodySerialNumber
Added kCGImagePropertyExifBrightnessValue
Added kCGImagePropertyExifCFAPattern
Added kCGImagePropertyExifCameraOwnerName
Added kCGImagePropertyExifColorSpace
Added kCGImagePropertyExifComponentsConfiguration
Added kCGImagePropertyExifCompressedBitsPerPixel
Added kCGImagePropertyExifContrast
Added kCGImagePropertyExifCustomRendered
Added kCGImagePropertyExifDateTimeDigitized
Added kCGImagePropertyExifDateTimeOriginal
Added kCGImagePropertyExifDeviceSettingDescription
Added kCGImagePropertyExifDictionary
Added kCGImagePropertyExifDigitalZoomRatio
Added kCGImagePropertyExifExposureBiasValue
Added kCGImagePropertyExifExposureIndex
Added kCGImagePropertyExifExposureMode
Added kCGImagePropertyExifExposureProgram
Added kCGImagePropertyExifExposureTime
Added kCGImagePropertyExifFNumber
Added kCGImagePropertyExifFileSource
Added kCGImagePropertyExifFlash
Added kCGImagePropertyExifFlashEnergy
Added kCGImagePropertyExifFlashPixVersion
Added kCGImagePropertyExifFocalLenIn35mmFilm
Added kCGImagePropertyExifFocalLength
Added kCGImagePropertyExifFocalPlaneResolutionUnit
Added kCGImagePropertyExifFocalPlaneXResolution
Added kCGImagePropertyExifFocalPlaneYResolution
Added kCGImagePropertyExifGainControl
Added kCGImagePropertyExifGamma
Added kCGImagePropertyExifISOSpeed
Added kCGImagePropertyExifISOSpeedLatitudeyyy
Added kCGImagePropertyExifISOSpeedLatitudezzz
Added kCGImagePropertyExifISOSpeedRatings
Added kCGImagePropertyExifImageUniqueID
Added kCGImagePropertyExifLensMake
Added kCGImagePropertyExifLensModel
Added kCGImagePropertyExifLensSerialNumber
Added kCGImagePropertyExifLensSpecification
Added kCGImagePropertyExifLightSource
Added kCGImagePropertyExifMakerNote
Added kCGImagePropertyExifMaxApertureValue
Added kCGImagePropertyExifMeteringMode
Added kCGImagePropertyExifOECF
Added kCGImagePropertyExifPixelXDimension
Added kCGImagePropertyExifPixelYDimension
Added kCGImagePropertyExifRecommendedExposureIndex
Added kCGImagePropertyExifRelatedSoundFile
Added kCGImagePropertyExifSaturation
Added kCGImagePropertyExifSceneCaptureType
Added kCGImagePropertyExifSceneType
Added kCGImagePropertyExifSensingMethod
Added kCGImagePropertyExifSensitivityType
Added kCGImagePropertyExifSharpness
Added kCGImagePropertyExifShutterSpeedValue
Added kCGImagePropertyExifSpatialFrequencyResponse
Added kCGImagePropertyExifSpectralSensitivity
Added kCGImagePropertyExifStandardOutputSensitivity
Added kCGImagePropertyExifSubjectArea
Added kCGImagePropertyExifSubjectDistRange
Added kCGImagePropertyExifSubjectDistance
Added kCGImagePropertyExifSubjectLocation
Added kCGImagePropertyExifSubsecTime
Added kCGImagePropertyExifSubsecTimeDigitized
Added kCGImagePropertyExifSubsecTimeOrginal
Added kCGImagePropertyExifUserComment
Added kCGImagePropertyExifVersion
Added kCGImagePropertyExifWhiteBalance
Added kCGImagePropertyFileSize
Added kCGImagePropertyGIFDelayTime
Added kCGImagePropertyGIFDictionary
Added kCGImagePropertyGIFHasGlobalColorMap
Added kCGImagePropertyGIFImageColorMap
Added kCGImagePropertyGIFLoopCount
Added kCGImagePropertyGIFUnclampedDelayTime
Added kCGImagePropertyGPSAltitude
Added kCGImagePropertyGPSAltitudeRef
Added kCGImagePropertyGPSAreaInformation
Added kCGImagePropertyGPSDOP
Added kCGImagePropertyGPSDateStamp
Added kCGImagePropertyGPSDestBearing
Added kCGImagePropertyGPSDestBearingRef
Added kCGImagePropertyGPSDestDistance
Added kCGImagePropertyGPSDestDistanceRef
Added kCGImagePropertyGPSDestLatitude
Added kCGImagePropertyGPSDestLatitudeRef
Added kCGImagePropertyGPSDestLongitude
Added kCGImagePropertyGPSDestLongitudeRef
Added kCGImagePropertyGPSDictionary
Added kCGImagePropertyGPSDifferental
Added kCGImagePropertyGPSHPositioningError
Added kCGImagePropertyGPSImgDirection
Added kCGImagePropertyGPSImgDirectionRef
Added kCGImagePropertyGPSLatitude
Added kCGImagePropertyGPSLatitudeRef
Added kCGImagePropertyGPSLongitude
Added kCGImagePropertyGPSLongitudeRef
Added kCGImagePropertyGPSMapDatum
Added kCGImagePropertyGPSMeasureMode
Added kCGImagePropertyGPSProcessingMethod
Added kCGImagePropertyGPSSatellites
Added kCGImagePropertyGPSSpeed
Added kCGImagePropertyGPSSpeedRef
Added kCGImagePropertyGPSStatus
Added kCGImagePropertyGPSTimeStamp
Added kCGImagePropertyGPSTrack
Added kCGImagePropertyGPSTrackRef
Added kCGImagePropertyGPSVersion
Added kCGImagePropertyHasAlpha
Added kCGImagePropertyIPTCActionAdvised
Added kCGImagePropertyIPTCByline
Added kCGImagePropertyIPTCBylineTitle
Added kCGImagePropertyIPTCCaptionAbstract
Added kCGImagePropertyIPTCCategory
Added kCGImagePropertyIPTCCity
Added kCGImagePropertyIPTCContact
Added kCGImagePropertyIPTCContactInfoAddress
Added kCGImagePropertyIPTCContactInfoCity
Added kCGImagePropertyIPTCContactInfoCountry
Added kCGImagePropertyIPTCContactInfoEmails
Added kCGImagePropertyIPTCContactInfoPhones
Added kCGImagePropertyIPTCContactInfoPostalCode
Added kCGImagePropertyIPTCContactInfoStateProvince
Added kCGImagePropertyIPTCContactInfoWebURLs
Added kCGImagePropertyIPTCContentLocationCode
Added kCGImagePropertyIPTCContentLocationName
Added kCGImagePropertyIPTCCopyrightNotice
Added kCGImagePropertyIPTCCountryPrimaryLocationCode
Added kCGImagePropertyIPTCCountryPrimaryLocationName
Added kCGImagePropertyIPTCCreatorContactInfo
Added kCGImagePropertyIPTCCredit
Added kCGImagePropertyIPTCDateCreated
Added kCGImagePropertyIPTCDictionary
Added kCGImagePropertyIPTCDigitalCreationDate
Added kCGImagePropertyIPTCDigitalCreationTime
Added kCGImagePropertyIPTCEditStatus
Added kCGImagePropertyIPTCEditorialUpdate
Added kCGImagePropertyIPTCExpirationDate
Added kCGImagePropertyIPTCExpirationTime
Added kCGImagePropertyIPTCFixtureIdentifier
Added kCGImagePropertyIPTCHeadline
Added kCGImagePropertyIPTCImageOrientation
Added kCGImagePropertyIPTCImageType
Added kCGImagePropertyIPTCKeywords
Added kCGImagePropertyIPTCLanguageIdentifier
Added kCGImagePropertyIPTCObjectAttributeReference
Added kCGImagePropertyIPTCObjectCycle
Added kCGImagePropertyIPTCObjectName
Added kCGImagePropertyIPTCObjectTypeReference
Added kCGImagePropertyIPTCOriginalTransmissionReference
Added kCGImagePropertyIPTCOriginatingProgram
Added kCGImagePropertyIPTCProgramVersion
Added kCGImagePropertyIPTCProvinceState
Added kCGImagePropertyIPTCReferenceDate
Added kCGImagePropertyIPTCReferenceNumber
Added kCGImagePropertyIPTCReferenceService
Added kCGImagePropertyIPTCReleaseDate
Added kCGImagePropertyIPTCReleaseTime
Added kCGImagePropertyIPTCRightsUsageTerms
Added kCGImagePropertyIPTCScene
Added kCGImagePropertyIPTCSource
Added kCGImagePropertyIPTCSpecialInstructions
Added kCGImagePropertyIPTCStarRating
Added kCGImagePropertyIPTCSubLocation
Added kCGImagePropertyIPTCSubjectReference
Added kCGImagePropertyIPTCSupplementalCategory
Added kCGImagePropertyIPTCTimeCreated
Added kCGImagePropertyIPTCUrgency
Added kCGImagePropertyIPTCWriterEditor
Added kCGImagePropertyIsFloat
Added kCGImagePropertyIsIndexed
Added kCGImagePropertyJFIFDensityUnit
Added kCGImagePropertyJFIFDictionary
Added kCGImagePropertyJFIFIsProgressive
Added kCGImagePropertyJFIFVersion
Added kCGImagePropertyJFIFXDensity
Added kCGImagePropertyJFIFYDensity
Added kCGImagePropertyMakerAppleDictionary
Added kCGImagePropertyMakerCanonAspectRatioInfo
Added kCGImagePropertyMakerCanonCameraSerialNumber
Added kCGImagePropertyMakerCanonContinuousDrive
Added kCGImagePropertyMakerCanonDictionary
Added kCGImagePropertyMakerCanonFirmware
Added kCGImagePropertyMakerCanonFlashExposureComp
Added kCGImagePropertyMakerCanonImageSerialNumber
Added kCGImagePropertyMakerCanonLensModel
Added kCGImagePropertyMakerCanonOwnerName
Added kCGImagePropertyMakerFujiDictionary
Added kCGImagePropertyMakerMinoltaDictionary
Added kCGImagePropertyMakerNikonCameraSerialNumber
Added kCGImagePropertyMakerNikonColorMode
Added kCGImagePropertyMakerNikonDictionary
Added kCGImagePropertyMakerNikonDigitalZoom
Added kCGImagePropertyMakerNikonFlashExposureComp
Added kCGImagePropertyMakerNikonFlashSetting
Added kCGImagePropertyMakerNikonFocusDistance
Added kCGImagePropertyMakerNikonFocusMode
Added kCGImagePropertyMakerNikonISOSelection
Added kCGImagePropertyMakerNikonISOSetting
Added kCGImagePropertyMakerNikonImageAdjustment
Added kCGImagePropertyMakerNikonLensAdapter
Added kCGImagePropertyMakerNikonLensInfo
Added kCGImagePropertyMakerNikonLensType
Added kCGImagePropertyMakerNikonQuality
Added kCGImagePropertyMakerNikonSharpenMode
Added kCGImagePropertyMakerNikonShootingMode
Added kCGImagePropertyMakerNikonShutterCount
Added kCGImagePropertyMakerNikonWhiteBalanceMode
Added kCGImagePropertyMakerOlympusDictionary
Added kCGImagePropertyMakerPentaxDictionary
Added kCGImagePropertyOpenEXRAspectRatio
Added kCGImagePropertyOpenEXRDictionary
Added kCGImagePropertyOrientation
Added kCGImagePropertyOrientationDown
Added kCGImagePropertyOrientationDownMirrored
Added kCGImagePropertyOrientationLeft
Added kCGImagePropertyOrientationLeftMirrored
Added kCGImagePropertyOrientationRight
Added kCGImagePropertyOrientationRightMirrored
Added kCGImagePropertyOrientationUp
Added kCGImagePropertyOrientationUpMirrored
Added kCGImagePropertyPNGAuthor
Added kCGImagePropertyPNGChromaticities
Added kCGImagePropertyPNGCopyright
Added kCGImagePropertyPNGCreationTime
Added kCGImagePropertyPNGDescription
Added kCGImagePropertyPNGDictionary
Added kCGImagePropertyPNGGamma
Added kCGImagePropertyPNGInterlaceType
Added kCGImagePropertyPNGModificationTime
Added kCGImagePropertyPNGSoftware
Added kCGImagePropertyPNGTitle
Added kCGImagePropertyPNGXPixelsPerMeter
Added kCGImagePropertyPNGYPixelsPerMeter
Added kCGImagePropertyPNGsRGBIntent
Added kCGImagePropertyPixelHeight
Added kCGImagePropertyPixelWidth
Added kCGImagePropertyProfileName
Added kCGImagePropertyRawDictionary
Added kCGImagePropertyTIFFArtist
Added kCGImagePropertyTIFFCompression
Added kCGImagePropertyTIFFCopyright
Added kCGImagePropertyTIFFDateTime
Added kCGImagePropertyTIFFDictionary
Added kCGImagePropertyTIFFDocumentName
Added kCGImagePropertyTIFFHostComputer
Added kCGImagePropertyTIFFImageDescription
Added kCGImagePropertyTIFFMake
Added kCGImagePropertyTIFFModel
Added kCGImagePropertyTIFFOrientation
Added kCGImagePropertyTIFFPhotometricInterpretation
Added kCGImagePropertyTIFFPrimaryChromaticities
Added kCGImagePropertyTIFFResolutionUnit
Added kCGImagePropertyTIFFSoftware
Added kCGImagePropertyTIFFTransferFunction
Added kCGImagePropertyTIFFWhitePoint
Added kCGImagePropertyTIFFXResolution
Added kCGImagePropertyTIFFYResolution
Added kCGImageSourceCreateThumbnailFromImageAlways
Added kCGImageSourceCreateThumbnailFromImageIfAbsent
Added kCGImageSourceCreateThumbnailWithTransform
Added kCGImageSourceShouldAllowFloat
Added kCGImageSourceShouldCache
Added kCGImageSourceShouldCacheImmediately
Added kCGImageSourceThumbnailMaxPixelSize
Added kCGImageSourceTypeIdentifierHint
Added kCGImageStatusComplete
Added kCGImageStatusIncomplete
Added kCGImageStatusInvalidData
Added kCGImageStatusReadingHeader
Added kCGImageStatusUnexpectedEOF
Added kCGImageStatusUnknownType