CoreImage Changes for Objective-C
CoreImage
CIColor.h
Added +[CIColor blackColor]
Added +[CIColor blueColor]
Added +[CIColor clearColor]
Added +[CIColor cyanColor]
Added +[CIColor grayColor]
Added +[CIColor greenColor]
Added +[CIColor magentaColor]
Added +[CIColor redColor]
Added +[CIColor whiteColor]
Added +[CIColor yellowColor]
CIContext.h
Removed #def CI_ARRAY
Removed #def CI_DICTIONARY
Added -[CIContext clearCaches]
Added +[CIContext context]
Added -[CIContext init]
Added CIContext.workingFormat
Added CIContext(ImageRepresentation)
CIDetector.h
Removed #def CI_ARRAY
Removed #def CI_DICTIONARY
CIFilter.h
Removed #def CI_ARRAY
Removed #def CI_DICTIONARY
Added -[CIFilter name]
Added -[CIFilter setName:]
Modified CIFilter.name
Declaration | Readonly | |
---|---|---|
From | @property(nonatomic, readonly) NSString *name | yes |
To | @property(nonatomic, copy) NSString *name | -- |
CIImage.h
Removed #def CI_ARRAY
Removed #def CI_DICTIONARY
Added CIImage.CGImage
Added CIImage.pixelBuffer
CIImageProcessor.h (Added)
CIImageProvider.h
Removed #def CI_ARRAY
Removed #def CI_DICTIONARY
CIKernel.h
Removed #def CI_ARRAY
Removed #def CI_DICTIONARY
CIRAWFilter.h (Added)
Added CIFilter(CIRAWFilter)
Added kCIActiveKeys
Added kCIInputBoostKey
Added kCIInputNeutralTintKey
Added kCIInputScaleFactorKey
Added kCIOutputNativeSizeKey