Documentation Archive Developer
Search

QuartzCore Changes

QuartzCore

Framework Architectures
Fromi386,ppc,x86_64
Toi386,x86_64
CABase.h
Added #def CA_OS_VERSION
CARemoteLayerServer.h
CIContext.h
Removed #def AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_6
Removed #def AVAILABLE_MAC_OS_X_VERSION_10_6_AND_LATER
CIFilter.h
Removed #def AVAILABLE_MAC_OS_X_VERSION_10_5_AND_LATER
Removed #def DEPRECATED_IN_MAC_OS_X_VERSION_10_5_AND_LATER
Declaration
From+ (void)registerFilterName:(NSString *)name constructor:(id)anObject classAttributes:(NSDictionary *)attributes
To+ (void)registerFilterName:(NSString *)name constructor:(id < CIFilterConstructor >)anObject classAttributes:(NSDictionary *)attributes

CIFilterGenerator.h
Protocols
FromNSCoding, NSCopying
ToCIFilterConstructor, NSCoding, NSCopying

CIImage.h
Removed colorSpace (no architecture available)
Removed definition (no architecture available)
Removed emptyImage (no architecture available)
Removed extent (no architecture available)
Removed imageByApplyingTransform (no architecture available)
Removed imageByCroppingToRect (no architecture available)
Removed imageWithBitmapData (no architecture available)
Removed imageWithCGImage (no architecture available)
Removed imageWithCGLayer (no architecture available)
Removed imageWithCVImageBuffer (no architecture available)
Removed imageWithColor (no architecture available)
Removed imageWithContentsOfURL (no architecture available)
Removed imageWithData (no architecture available)
Removed imageWithIOSurface (no architecture available)
Removed imageWithTexture (no architecture available)
Removed initWithBitmapData (no architecture available)
Removed initWithCGImage (no architecture available)
Removed initWithCGLayer (no architecture available)
Removed initWithCVImageBuffer (no architecture available)
Removed initWithColor (no architecture available)
Removed initWithContentsOfURL (no architecture available)
Removed initWithData (no architecture available)
Removed initWithIOSurface (no architecture available)
Removed initWithTexture (no architecture available)
Removed kCIFormatARGB8 (no architecture available)
Removed kCIFormatRGBA16 (no architecture available)
Removed kCIFormatRGBAf (no architecture available)
Removed kCIImageColorSpace (no architecture available)
Removed url (no architecture available)
CIImageAccumulator.h
Declaration
From- (id)initWithExtent:(CGRect)r format:(CIFormat)f
To- (id)initWithExtent:(CGRect)extent format:(CIFormat)format

Declaration
From+ (CIImageAccumulator *)imageAccumulatorWithExtent:(CGRect)r format:(CIFormat)f
To+ (CIImageAccumulator *)imageAccumulatorWithExtent:(CGRect)extent format:(CIFormat)format

CIImageProvider.h
Removed +[CIImage imageWithImageProvider:size:width:format:colorSpace:options:]
Removed -[CIImage initWithImageProvider:size:width:format:colorSpace:options:]
Removed -[NSObject provideImageData:bytesPerRow:origin:x:size:width:userInfo:]
CIPlugIn.h
Deprecation
Fromnone
ToOS X v10.7

CISampler.h
CoreImageDefines.h
Added #def COREIMAGEDEFINES_H_JUPUTD8M
Added #def CORE_IMAGE_CLASS_EXPORT
Added #def CORE_IMAGE_EXPORT
QuartzCore.h
Added #def QUARTZCORE_H