Skip to content

CoreImage macOS xcode14.0 rc

Israel Soto edited this page Sep 7, 2022 · 1 revision

#CoreImage.framework

diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIBarcodeDescriptor.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIBarcodeDescriptor.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIBarcodeDescriptor.h	2022-08-05 15:53:32.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIBarcodeDescriptor.h	2022-08-03 21:06:32.000000000 -0500
@@ -3,11 +3,6 @@
    Copyright (c) 2017 Apple, Inc.
    All rights reserved. */
 
-#ifndef CIBARCODEDESCRIPTOR_H
-#define CIBARCODEDESCRIPTOR_H
-
-#ifdef __OBJC__
-
 #import <CoreImage/CoreImageDefines.h>
 #import <Foundation/Foundation.h>
 
@@ -401,7 +396,3 @@
 #endif // __OBJC2__
 
 NS_ASSUME_NONNULL_END
-
-#endif /* __OBJC__ */
-
-#endif /* CIBARCODEDESCRIPTOR_H */
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIColor.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIColor.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIColor.h	2022-08-05 15:53:32.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIColor.h	2022-08-03 21:06:32.000000000 -0500
@@ -5,11 +5,6 @@
    All rights reserved. 
 */
 
-#ifndef CICOLOR_H
-#define CICOLOR_H
-
-#ifdef __OBJC__
-
 #import <CoreImage/CoreImageDefines.h>
 #import <Foundation/Foundation.h>
 #import <CoreImage/CIVector.h>
@@ -94,7 +89,3 @@
 @end
 
 NS_ASSUME_NONNULL_END
-
-#endif /* __OBJC__ */
-
-#endif /* CICOLOR_H */
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIContext.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIContext.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIContext.h	2022-08-06 02:28:45.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIContext.h	2022-08-03 21:06:32.000000000 -0500
@@ -3,11 +3,6 @@
    Copyright (c) 2014 Apple, Inc.
    All rights reserved. */
 
-#ifndef CICONTEXT_H
-#define CICONTEXT_H
-
-#ifdef __OBJC__
-
 #import <CoreImage/CIImage.h>
 #import <CoreImage/CoreImageDefines.h>
 #import <CoreVideo/CoreVideo.h>
@@ -45,8 +40,8 @@
 
 /* An NSNumber with a CIFormat value defining the pixel format to use for intermediate buffers.
  * On iOS the supported values for this key are RGBA8 and RGBAh. If not specified:
- *   RGBA8 is used if app is linked against iOS 12 SDK or earlier.
- *   RGBAh is used if app is linked against iOS 13 SDK or later.
+ *   RGBA8 is used if app is linked against OSX 10.12 SDK or earlier.
+ *   RGBAh is used if app is linked against OSX 10.13 SDK or later.
  * On OSX the supported values for this key are RGBA8, RGBAh and RGBAf. If not specified, RGBAh is used. */
 CORE_IMAGE_EXPORT CIContextOption const kCIContextWorkingFormat NS_AVAILABLE(10_4,8_0);
 
@@ -566,7 +561,3 @@
 
 
 NS_ASSUME_NONNULL_END
-
-#endif /* __OBJC__ */
-
-#endif /* CICONTEXT_H */
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIDetector.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIDetector.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIDetector.h	2022-08-06 02:28:45.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIDetector.h	2022-08-03 21:06:32.000000000 -0500
@@ -3,10 +3,6 @@
    Copyright (c) 2011 Apple, Inc.
    All rights reserved. */
 
-#ifndef CIDETECTOR_H
-#define CIDETECTOR_H
-
-#ifdef __OBJC__
 
 #import <CoreImage/CoreImageDefines.h>
 #import <Foundation/Foundation.h>
@@ -140,7 +136,3 @@
 #endif
 
 NS_ASSUME_NONNULL_END
-
-#endif /* __OBJC__ */
-
-#endif /* CIDETECTOR_H */
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFeature.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFeature.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFeature.h	2022-08-05 12:40:59.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFeature.h	2022-08-03 21:06:32.000000000 -0500
@@ -3,11 +3,6 @@
    Copyright (c) 2011 Apple, Inc.
    All rights reserved. */
 
-#ifndef CIFEATURE_H
-#define CIFEATURE_H
-
-#ifdef __OBJC__
-
 #import <CoreImage/CoreImageDefines.h>
 #import <Foundation/Foundation.h>
 
@@ -159,7 +154,3 @@
 #endif // __OBJC2__
 
 NS_ASSUME_NONNULL_END
-
-#endif /* __OBJC__ */
-
-#endif /* CIFEATURE_H */
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilter.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilter.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilter.h	2022-08-05 15:55:47.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilter.h	2022-08-03 21:06:32.000000000 -0500
@@ -5,10 +5,6 @@
    All rights reserved.
 */
 
-#ifndef CIFILTER_H
-#define CIFILTER_H
-
-#ifdef __OBJC__
 
 #import <Foundation/Foundation.h>
 #import <CoreImage/CoreImageDefines.h>
@@ -349,7 +345,3 @@
 @end
 
 NS_ASSUME_NONNULL_END
-
-#endif /* __OBJC__ */
-
-#endif /* CIFILTER_H */
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilterBuiltins.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilterBuiltins.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilterBuiltins.h	2022-08-05 15:55:47.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilterBuiltins.h	2022-08-03 21:06:31.000000000 -0500
@@ -1,9 +1,3 @@
-#ifndef CIFILTERBUILTINS_H
-#define CIFILTERBUILTINS_H
-
-#ifdef __OBJC__
-
-#import <TargetConditionals.h>
 
 #if TARGET_OS_OSX || TARGET_OS_IOS || TARGET_OS_TV
 
@@ -332,7 +326,6 @@
   @property (nonatomic, retain, nullable) CIImage *inputImage;
   @property (nonatomic) float cubeDimension;
   @property (nonatomic, retain) NSData *cubeData;
-  @property (nonatomic) bool extrapolate NS_AVAILABLE(13_0, 16_0);
 @end
 @protocol CIColorCubesMixedWithMask <CIFilter>
   @property (nonatomic, retain, nullable) CIImage *inputImage;
@@ -341,14 +334,12 @@
   @property (nonatomic, retain) NSData *cube0Data;
   @property (nonatomic, retain) NSData *cube1Data;
   @property (nonatomic, nullable) CGColorSpaceRef colorSpace;
-  @property (nonatomic) bool extrapolate NS_AVAILABLE(13_0, 16_0);
 @end
 @protocol CIColorCubeWithColorSpace <CIFilter>
   @property (nonatomic, retain, nullable) CIImage *inputImage;
   @property (nonatomic) float cubeDimension;
   @property (nonatomic, retain) NSData *cubeData;
   @property (nonatomic, nullable) CGColorSpaceRef colorSpace;
-  @property (nonatomic) bool extrapolate NS_AVAILABLE(13_0, 16_0);
 @end
 @protocol CIColorCurves <CIFilter>
   @property (nonatomic, retain, nullable) CIImage *inputImage;
@@ -372,10 +363,6 @@
   @property (nonatomic, retain, nullable) CIImage *inputImage;
   @property (nonatomic) float levels;
 @end
-@protocol CIConvertLab <CIFilter>
-  @property (nonatomic, retain, nullable) CIImage *inputImage;
-  @property (nonatomic) bool normalize;
-@end
 @protocol CIDither <CIFilter>
   @property (nonatomic, retain, nullable) CIImage *inputImage;
   @property (nonatomic) float intensity;
@@ -650,7 +637,6 @@
 @protocol CIAttributedTextImageGenerator <CIFilter>
   @property (nonatomic, retain) NSAttributedString *text;
   @property (nonatomic) float scaleFactor;
-  @property (nonatomic) float padding  NS_AVAILABLE(13_0, 16_0);
 @end
 @protocol CIAztecCodeGenerator <CIFilter>
   @property (nonatomic, retain) NSData *message;
@@ -744,7 +730,6 @@
   @property (nonatomic, retain) NSString *fontName;
   @property (nonatomic) float fontSize;
   @property (nonatomic) float scaleFactor;
-  @property (nonatomic) float padding  NS_AVAILABLE(13_0, 16_0);
 @end
 
 // CICategoryStylize
@@ -953,12 +938,6 @@
   @property (nonatomic) float scale;
   @property (nonatomic) NSInteger count;
 @end
-@protocol CIAreaLogarithmicHistogram <CIAreaReductionFilter>
-  @property (nonatomic) float scale;
-  @property (nonatomic) NSInteger count;
-  @property (nonatomic) float minimumStop;
-  @property (nonatomic) float maximumStop;
-@end
 @protocol CIAreaMaximum <CIAreaReductionFilter>
 @end
 @protocol CIAreaMaximumAlpha <CIAreaReductionFilter>
@@ -1098,8 +1077,6 @@
 + (CIFilter<CIColorMap>*) colorMapFilter;
 + (CIFilter<CIColorMonochrome>*) colorMonochromeFilter;
 + (CIFilter<CIColorPosterize>*) colorPosterizeFilter;
-+ (CIFilter<CIConvertLab>*) convertLabToRGBFilter NS_AVAILABLE(13_0, 16_0);
-+ (CIFilter<CIConvertLab>*) convertRGBtoLabFilter NS_AVAILABLE(13_0, 16_0);
 + (CIFilter<CIDither>*) ditherFilter;
 + (CIFilter<CIDocumentEnhancer>*) documentEnhancerFilter;
 + (CIFilter<CIFalseColor>*) falseColorFilter;
@@ -1233,7 +1210,6 @@
 // CICategoryReduction
 + (CIFilter<CIAreaAverage>*) areaAverageFilter NS_AVAILABLE(11_0, 14_0);
 + (CIFilter<CIAreaHistogram>*) areaHistogramFilter NS_AVAILABLE(11_0, 14_0);
-+ (CIFilter<CIAreaLogarithmicHistogram>*) areaLogarithmicHistogramFilter NS_AVAILABLE(13_0, 16_0);
 + (CIFilter<CIAreaMaximum>*) areaMaximumFilter NS_AVAILABLE(11_0, 14_0);
 + (CIFilter<CIAreaMaximumAlpha>*) areaMaximumAlphaFilter NS_AVAILABLE(11_0, 14_0);
 + (CIFilter<CIAreaMinimum>*) areaMinimumFilter NS_AVAILABLE(11_0, 14_0);
@@ -1250,7 +1226,3 @@
 NS_ASSUME_NONNULL_END
 
 #endif // TARGET_OS_OSX || TARGET_OS_IOS || TARGET_OS_TV
-
-#endif /* __OBJC__ */
-
-#endif /* CIFILTERBUILTINS_H */
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilterConstructor.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilterConstructor.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilterConstructor.h	2022-08-01 09:11:22.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilterConstructor.h	2022-02-12 06:13:55.000000000 -0600
@@ -3,13 +3,8 @@
  Copyright (c) 2014 Apple, Inc.
  All rights reserved. */
 
-#ifndef CIFILTERCONSTRUCTOR_H
-#define CIFILTERCONSTRUCTOR_H
-
-#ifdef __OBJC__
-
-#import <Foundation/Foundation.h>
 
+@class NSString;
 @class CIFilter;
 
 // Used by +[CIFilter registerFilterName:constructor:classAttributes:]
@@ -21,7 +16,3 @@
 @end
 
 NS_ASSUME_NONNULL_END
-
-#endif /* __OBJC__ */
-
-#endif /* CIFILTERCONSTRUCTOR_H */
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilterGenerator.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilterGenerator.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilterGenerator.h	2022-08-06 02:28:45.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilterGenerator.h	2022-08-03 21:06:32.000000000 -0500
@@ -3,11 +3,6 @@
  Copyright (c) 2015 Apple, Inc.
    All rights reserved. */
 
-#ifndef CIFILTERGENERATOR_H
-#define CIFILTERGENERATOR_H
-
-#ifdef __OBJC__
-
 #import <CoreImage/CoreImageDefines.h>
 #import <CoreImage/CIFilterConstructor.h>
 
@@ -155,6 +150,3 @@
 
 NS_ASSUME_NONNULL_END
 
-#endif /* __OBJC__ */
-
-#endif /* CIFILTERGENERATOR_H */
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilterShape.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilterShape.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilterShape.h	2022-08-05 12:40:59.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilterShape.h	2022-08-03 21:06:32.000000000 -0500
@@ -5,11 +5,6 @@
    All rights reserved. 
 */
 
-#ifndef CIFILTERSHAPE_H
-#define CIFILTERSHAPE_H
-
-#ifdef __OBJC__
-
 #import <Foundation/Foundation.h>
 #import <CoreImage/CoreImageDefines.h>
 
@@ -63,7 +58,3 @@
 @end
 
 NS_ASSUME_NONNULL_END
-
-#endif /* __OBJC__ */
-
-#endif /* CIFILTERSHAPE_H */
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h	2022-08-05 15:55:47.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h	2022-08-03 21:06:32.000000000 -0500
@@ -5,11 +5,6 @@
    All rights reserved.
 */
 
-#ifndef CIIMAGE_H
-#define CIIMAGE_H
-
-#ifdef __OBJC__
-
 #import <Foundation/Foundation.h>
 #import <CoreImage/CoreImageDefines.h>
 #import <CoreVideo/CoreVideo.h>
@@ -143,6 +138,7 @@
 CORE_IMAGE_EXPORT CIImageOption const kCIImageAuxiliarySemanticSegmentationSkinMatte NS_AVAILABLE(10_15, 13_0);
 CORE_IMAGE_EXPORT CIImageOption const kCIImageAuxiliarySemanticSegmentationHairMatte NS_AVAILABLE(10_15, 13_0);
 CORE_IMAGE_EXPORT CIImageOption const kCIImageAuxiliarySemanticSegmentationTeethMatte NS_AVAILABLE(10_15, 13_0);
+
 CORE_IMAGE_EXPORT CIImageOption const kCIImageAuxiliarySemanticSegmentationGlassesMatte NS_AVAILABLE(11_0, 14_1);
 CORE_IMAGE_EXPORT CIImageOption const kCIImageAuxiliarySemanticSegmentationSkyMatte NS_AVAILABLE(11_1, 14_3);
 
@@ -487,20 +483,6 @@
 
 @end
 
-@interface CIImage (LabConversion)
-
-/* Converts the receiver from the Core Image RGB working space to La*b* space.
- * The L channel in the range of 0...100 is stored in the the R channel of the resulting CIImage.
- * The a*b* channels in the range of -128..128 are stored in the GB channels of the resulting CIImage.
- * The A channel of the resulting CIImage is the same as the receiver's */
--(CIImage*) imageByConvertingWorkingSpaceToLab NS_AVAILABLE(13_0,16_0);
-
-/* Converts an image from La*b* to the Core Image RGB working space.
- * This is the inverse of imageByConvertingWorkingSpaceToLab. */
--(CIImage*) imageByConvertingLabToWorkingSpace NS_AVAILABLE(13_0,16_0);
-
-@end
-
 @interface CIImage (AVDepthData)
 
 /* Returns a AVDepthData if the CIImage was created with [CIImage imageWithData] or [CIImage imageWithContentsOfURL] and.
@@ -559,7 +541,3 @@
 
 
 NS_ASSUME_NONNULL_END
-
-#endif /* __OBJC__ */
-
-#endif /* CIIMAGE_H */
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImageAccumulator.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImageAccumulator.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImageAccumulator.h	2022-08-05 12:40:59.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImageAccumulator.h	2022-08-03 21:06:31.000000000 -0500
@@ -3,11 +3,6 @@
    Copyright (c) 2004 Apple, Inc.
    All rights reserved. */
 
-#ifndef CIIMAGEACCUMULATOR_H
-#define CIIMAGEACCUMULATOR_H
-
-#ifdef __OBJC__
-
 #import <CoreImage/CoreImageDefines.h>
 #import <CoreImage/CIImage.h>
 
@@ -66,7 +61,3 @@
 @end
 
 NS_ASSUME_NONNULL_END
-
-#endif /* __OBJC__ */
-
-#endif /* CIIMAGEACCUMULATOR_H */
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImageProcessor.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImageProcessor.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImageProcessor.h	2022-08-05 12:40:59.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImageProcessor.h	2022-08-03 21:06:32.000000000 -0500
@@ -5,11 +5,6 @@
    All rights reserved. 
 */
 
-#ifndef CIIMAGEPROCESSOR_H
-#define CIIMAGEPROCESSOR_H
-
-#ifdef __OBJC__
-
 #import <CoreImage/CIImage.h>
 
 #if TARGET_OS_OSX
@@ -170,10 +165,6 @@
 // This texture must not be modified by the block.
 @property (nonatomic, readonly, nullable) id<MTLTexture> metalTexture;
 
-// A 64-bit digest that uniquely descibes the contents of the input to a processor.
-// This digest will change if the graph of the input changes in any way.
-@property (nonatomic, readonly) uint64_t digest NS_AVAILABLE(13_0, 16_0);
-
 @end
 
 
@@ -208,15 +199,7 @@
 // Returns a MTLCommandBuffer that can be used for encoding commands (if rendering using Metal).
 @property (nonatomic, readonly, nullable) id<MTLCommandBuffer> metalCommandBuffer;
 
-// A 64-bit digest that uniquely descibes the contents of the output of a processor.
-// This digest will change if the graph up to and including the output of the processor changes in any way.
-@property (nonatomic, readonly) uint64_t digest NS_AVAILABLE(13_0, 16_0);
-
 @end
 
 
 NS_ASSUME_NONNULL_END
-
-#endif /* __OBJC__ */
-
-#endif /* CIIMAGEPROCESSOR_H */
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImageProvider.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImageProvider.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImageProvider.h	2022-08-05 12:40:59.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImageProvider.h	2022-08-03 21:06:32.000000000 -0500
@@ -5,11 +5,6 @@
    All rights reserved.
 */
 
-#ifndef CIIMAGEPROVIDER_H
-#define CIIMAGEPROVIDER_H
-
-#ifdef __OBJC__
-
 #import <CoreImage/CIImage.h>
 
 NS_ASSUME_NONNULL_BEGIN
@@ -87,7 +82,3 @@
 CORE_IMAGE_EXPORT CIImageOption const kCIImageProviderUserInfo NS_AVAILABLE(10_4, 9_0);
 
 NS_ASSUME_NONNULL_END
-
-#endif /* __OBJC__ */
-
-#endif /* CIIMAGEPROVIDER_H */
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIKernel.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIKernel.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIKernel.h	2022-08-06 02:28:45.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIKernel.h	2022-08-03 21:06:32.000000000 -0500
@@ -3,11 +3,6 @@
    Copyright (c) 2014 Apple, Inc.
    All rights reserved. */
 
-#ifndef CIKERNEL_H
-#define CIKERNEL_H
-
-#ifdef __OBJC__
-
 #import <CoreImage/CoreImageDefines.h>
 #import <CoreImage/CIImage.h>
 #import <Foundation/Foundation.h>
@@ -60,9 +55,8 @@
 + (nullable NSArray<CIKernel *> *)kernelsWithString:(NSString *)string  CIKL_DEPRECATED(10_4,10_14, 8_0,12_0);
 
 /* The string argument should contain a program in the Metal Language.
- * CIKernel objects will be returned for each valid Metal function.
- * To be valid, the Metal function must be stitchable (i.e. attributed using [[stitchable]]) and
- * conform to the expected calling conventions for a CIKernel, CIColorKernel, CIBlendKernel, or CIWarpKernel.
+ * All the kernel functions in the program are converted to instances of a CIKernel objects
+ * and returned in an array.
  * The array will contain instances of CIKernel, CIColorKernel or CIWarpKernel classes.
  * The kernels will only be usable on Metal-backed CIContext on a device that 'supportsDynamicLibraries'
  */
@@ -336,7 +330,3 @@
 @end
 
 NS_ASSUME_NONNULL_END
-
-#endif /* __OBJC__ */
-
-#endif /* CIKERNEL_H */
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIKernelMetalLib.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIKernelMetalLib.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIKernelMetalLib.h	2022-08-05 15:53:32.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIKernelMetalLib.h	2022-08-03 21:06:32.000000000 -0500
@@ -4,11 +4,11 @@
 //  Copyright (c) 2017 Apple, Inc. All rights reserved.
 //
 
+#if __METAL_VERSION__
+
 #ifndef CIKERNELMETALLIB_H
 #define CIKERNELMETALLIB_H
 
-#if __METAL_VERSION__
-
 #ifndef __CIKERNEL_METAL_VERSION__ // if not explicitly defined already
     #if !defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) && \
         !defined(__ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__) && \
@@ -260,6 +260,6 @@
 
 namespace ci = coreimage;
 
-#endif /* __METAL_VERSION__ */
-
 #endif /* CIKERNELMETALLIB_H */
+
+#endif /* __METAL_VERSION__ */
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIPlugIn.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIPlugIn.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIPlugIn.h	2022-08-05 12:40:59.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIPlugIn.h	2022-08-03 21:06:31.000000000 -0500
@@ -6,16 +6,12 @@
 //  Copyright (c) 2004 Apple Computer. All rights reserved.
 //
 
-#ifndef CIPLUGIN_H
-#define CIPLUGIN_H
-
-#ifdef __OBJC__
 
 #import <Foundation/Foundation.h>
-#import <CoreImage/CIPlugInInterface.h>
 
 #if TARGET_OS_OSX
 
+#import <CoreImage/CIPlugInInterface.h>
 #import <CoreImage/CoreImageDefines.h>
 
 
@@ -57,7 +53,3 @@
 @end
 
 #endif
-
-#endif /* __OBJC__ */
-
-#endif /* CIPLUGIN_H */
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIPlugInInterface.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIPlugInInterface.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIPlugInInterface.h	2022-08-01 09:11:22.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIPlugInInterface.h	2022-02-12 06:13:55.000000000 -0600
@@ -6,13 +6,6 @@
  *
  */
 
-#ifndef CIPLUGININTERFACE_H
-#define CIPLUGININTERFACE_H
-
-#ifdef __OBJC__
-
-#import <objc/objc.h>
-
 #if TARGET_OS_OSX
 
 /*!
@@ -39,7 +32,3 @@
 @end
 
 #endif
-
-#endif /* __OBJC__ */
-
-#endif /* CIPLUGININTERFACE_H */
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIRAWFilter.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIRAWFilter.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIRAWFilter.h	2022-08-06 02:28:45.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIRAWFilter.h	2022-08-03 21:06:31.000000000 -0500
@@ -3,13 +3,8 @@
  Copyright (c) 2006 Apple, Inc.
  All rights reserved. */
 
-#ifndef CIRAWFILTER_H
-#define CIRAWFILTER_H
-
-#ifdef __OBJC__
 
 #import <CoreImage/CIFilter.h>
-#import <CoreImage/CIRAWFilter_Deprecated.h>
 #import <CoreImage/CoreImageDefines.h>
 #import <CoreVideo/CoreVideo.h>
 #import <ImageIO/CGImageProperties.h>
@@ -187,6 +182,181 @@
 
 NS_ASSUME_NONNULL_END
 
-#endif /* __OBJC__ */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+typedef NSString * CIRAWFilterOption NS_TYPED_ENUM;
+
+/** CIRAWFilter is a category of CIFilter which returns a CIFilter initialized with a RAW image. It allows the user to influence key aspects of the raw processing, such as white balance, exposure, sharpening or boost. */
+
+@interface CIFilter (CIRAWFilter)
+
+/** Returns a CIFilter that will in turn return a properly processed CIImage as "outputImage". */
++ (CIFilter *)filterWithImageURL:(NSURL *)url options:(NSDictionary<CIRAWFilterOption, id> *)options API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED));
+
+/** Returns a CIFilter that will in turn return a properly processed CIImage as "outputImage".
+
+ Note that when using this initializer, you should pass in a source type identifier hint (kCGImageSourceTypeIdentifierHint) key/value pair in order to help the decoder determine the file type, as otherwise confusion and incorrect results are possible. */
++ (CIFilter *)filterWithImageData:(NSData *)data options:(NSDictionary<CIRAWFilterOption, id> *)options API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED));
+
+/** Returns a CIFilter that will in turn return a properly processed CIImage as "outputImage".
+ 
+ Note that when using this initializer, you should pass in a CVPixelBufferRef with one of the following Raw pixel format types
+    kCVPixelFormatType_14Bayer_GRBG, kCVPixelFormatType_14Bayer_RGGB, kCVPixelFormatType_14Bayer_BGGR, kCVPixelFormatType_14Bayer_GBRG
+ as well as the root properties attachment from the CMSampleBufferRef. */
++ (CIFilter *) filterWithCVPixelBuffer:(CVPixelBufferRef)pixelBuffer properties:(NSDictionary *)properties options:(NSDictionary<CIRAWFilterOption, id> *)options API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.12, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED));
+
+/** Returns a NSArray containing the names of all supported RAW cameras. */
++ (NSArray<NSString*> *) supportedRawCameraModels API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.15, API_TO_BE_DEPRECATED), ios(13.0, API_TO_BE_DEPRECATED), tvos(13.0, API_TO_BE_DEPRECATED));
+
+/** NSNumber (BOOL) : Setting Draft Mode to YES can improve image decoding speed without minimal loss of quality.
+    The default value is NO. */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputAllowDraftModeKey;
+
+/** NSString: Version string representing the decoder version to be used. A newly initialized object defaults to the newest available decoder version for the given image type. User can request an alternative, older version in order to maintain compatibility with older releases. Must be one of kCISupportedDecoderVersions (below), otherwise a nil output image will be generated. */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputDecoderVersionKey;
+
+/** NSArray : Array of all supported decoder versions for the given image type, sorted in increasingly newer order. Each entry is a NSString. All entries would represent a valid version identifier to be passed in for kCIInputDecoderVersion. This value can be only read; setting this value will raise an exception.*/
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCISupportedDecoderVersionsKey;
+
+
+
+/** @const      kCIInputEVKey
+ NSNumber (float) : Exposure adjustment, default = 0.0. Declared in CIFilter.h */
+
+/** @const      kCIInputBiasKey
+ NSNumber (float) : Exposure bias adjustment, default = 0.0. Declared in CIFilter.h */
+
+/** NSNumber (float) : A value controlling the amount of baseline exposure applied to the image.
+ A value of 0 indicates no baseline exposure, i.e. linear response. Default varies from with camera settings. */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.12, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputBaselineExposureKey;
+
+/** NSNumber (float) : A value in the range of 0...1, controlling the amount of boost applied to the image.
+    A value of 0 indicates no boost, i.e. linear response. Default is 1, full boost. */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputBoostKey;
+
+/** NSNumber (float) : The amount to boost the shadow areas of the image. Can be used to lighten details in shadows. 
+    Has no effect if the image used for initialization was not RAW. */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputBoostShadowAmountKey;
+
+/** NSNumber (BOOL) : Setting DisableGamutMap to YES disables gamut mapping.
+    The default value is NO. */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.12, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputDisableGamutMapKey;
+
+/** NSNumber (float): The X value of the chromaticity. You can always query this value and you'll get the current X value for neutral X,Y. */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputNeutralChromaticityXKey;
+
+/** NSNumber (float): The Y value of the chromaticity. You can always query this value and you'll get the current Y value for neutral X,Y. */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputNeutralChromaticityYKey;
+
+/** NSNumber (float) : The color temperature to be considered neutral. You can always query this value and you'll get the current value for temperature. */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputNeutralTemperatureKey;
+
+/** NSNumber (float) : The tint to be considered neutral. You can always query this value and you'll get the current value for tint. */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputNeutralTintKey;
+
+/** CIVector : (x, y) location in geometric coordinates of the unrotated output image that should be used as neutral. 
+    You can't query this value - it's undefined for reading. */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputNeutralLocationKey;
+
+/** NSNumber (float) : The desired scale factor at which the image will be eventually drawn. Setting this value can greatly improve the drawing performance. A value of 1 would mean identity, values smaller than 1 will result in a smaller output image. Changing the Scale Factor with enabled Draft Mode may also improve performance. */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputScaleFactorKey;
+
+
+
+
+/** NSNumber (BOOL) : Normally, an image is loaded in its proper orientation, given the associated metadata gives an indication about the orientation. For special purposes it may be useful to load the image in its physical orientation. The exact meaning of this is dependent on the image in question. The default value is NO. */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputIgnoreImageOrientationKey;
+
+
+/** NSNumber (int) : Overriding this value allows the user to change the orientation of the image. The valid values are in range 1...8 and follow the EXIF specification. Changing this value makes for instance rotation in 90-degree increments easy. The value is disregarded when the kCIInputIgnoreImageOrientationKey flag is set.
+ */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputImageOrientationKey;
+
+
+
+/** NSNumber (BOOL) : Determines if the default sharpening should be on. default = YES. Has no effect if the image used for initialization was not RAW. */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputEnableSharpeningKey;
+
+/** NSNumber (BOOL) : Determines if progressive chromatic noise tracking (based on ISO and exposure time) should be used. default = YES. Has no effect if the image used for initialization was not RAW. */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputEnableChromaticNoiseTrackingKey;
+
+/** NSNumber (double) : The amount of noise reduction applied. Range is 0 to 1. */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.7, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputNoiseReductionAmountKey;
+
+/** NSNumber (double) : The amount of moire reduction applied. Range is 0 to 1. */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.13, API_TO_BE_DEPRECATED), ios(11.0, API_TO_BE_DEPRECATED), tvos(11.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputMoireAmountKey;
+
+/** NSNumber (BOOL) : Determines if the default vendor lens correction be on. default = YES if raw image used for initialization contains lens distortion parameters. */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.10, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputEnableVendorLensCorrectionKey;
+
+/** NSNumber (double) : The amount of luminance noise reduction applied. Range is 0 to 1. */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.10, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputLuminanceNoiseReductionAmountKey;
+
+/** NSNumber (double) : The amount of color noise reduction applied. Range is 0 to 1. */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.10, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputColorNoiseReductionAmountKey;
+
+/** NSNumber (double) : The amount of noise reduction sharpness applied. Range is 0 to 1. */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.10, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputNoiseReductionSharpnessAmountKey;
+
+/** NSNumber (double) : The amount of noise reduction contrast applied. Range is 0 to 1. */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.10, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputNoiseReductionContrastAmountKey;
+
+/** NSNumber (double) : The amount of noise reduction detail applied. Range is 0 to 1. */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.10, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputNoiseReductionDetailAmountKey;
+
+
+/** NSNumber (BOOL) : Allows the output to have an Extended Dynamic Range with values greater than 1 possible */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.14, API_TO_BE_DEPRECATED), ios(12.0, API_TO_BE_DEPRECATED), tvos(12.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputEnableEDRModeKey;
+
+
+/** NSNumber (double): The amount of the local tone map. Range is 0 to 1. Default is 1  */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(11.1, API_TO_BE_DEPRECATED), ios(14.3, API_TO_BE_DEPRECATED), tvos(14.3, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputLocalToneMapAmountKey;
+
+
+/** CIFilter (id) : CIFilter to be applied to the RAW image while it is in linear space. */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.7, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputLinearSpaceFilter;
+
+/** CIVector containing the full native size of the unscaled image. The vector's X value is the width, Y is the height. 
+    This is not affected by changing either kCIInputIgnoreImageOrientationKey or kCIInputImageOrientationKey. */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIOutputNativeSizeKey;
+
+/** Read-only NSSet containing a list of keys that affect the output image. 
+    Depending on the RAW decoder version (kCIInputDecoderVersionKey) and the input image type, 
+    some input keys might have no effect. */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.7, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIActiveKeys;
+
+/** Read-only NSDictionary containing properties for the output image. */
+API_DEPRECATED("Use new CIRAWFilter class instead.", macos(12.0, API_TO_BE_DEPRECATED), ios(15.0, API_TO_BE_DEPRECATED), tvos(15.0, API_TO_BE_DEPRECATED))
+CORE_IMAGE_EXPORT CIRAWFilterOption const kCIPropertiesKey;
+
+@end
 
-#endif /* CIRAWFILTER_H */
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIRAWFilter_Deprecated.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIRAWFilter_Deprecated.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIRAWFilter_Deprecated.h	2022-08-06 02:28:45.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIRAWFilter_Deprecated.h	1969-12-31 18:00:00.000000000 -0600
@@ -1,195 +0,0 @@
-/* CoreImage - CIRAWFilter_Deprecated.h
- 
- Copyright (c) 2022 Apple, Inc.
- All rights reserved. */
-
-#ifndef CIRAWFILTER_DEPRECATED_H
-#define CIRAWFILTER_DEPRECATED_H
-
-#ifdef __OBJC__
-
-#import <CoreImage/CIFilter.h>
-#import <CoreImage/CoreImageDefines.h>
-#import <CoreVideo/CoreVideo.h>
-
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-typedef NSString * CIRAWFilterOption NS_TYPED_ENUM;
-
-/** CIRAWFilter is a category of CIFilter which returns a CIFilter initialized with a RAW image. It allows the user to influence key aspects of the raw processing, such as white balance, exposure, sharpening or boost. */
-
-@interface CIFilter (CIRAWFilter)
-
-/** Returns a CIFilter that will in turn return a properly processed CIImage as "outputImage". */
-+ (CIFilter *)filterWithImageURL:(NSURL *)url options:(NSDictionary<CIRAWFilterOption, id> *)options API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED));
-
-/** Returns a CIFilter that will in turn return a properly processed CIImage as "outputImage".
-
- Note that when using this initializer, you should pass in a source type identifier hint (kCGImageSourceTypeIdentifierHint) key/value pair in order to help the decoder determine the file type, as otherwise confusion and incorrect results are possible. */
-+ (CIFilter *)filterWithImageData:(NSData *)data options:(NSDictionary<CIRAWFilterOption, id> *)options API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED));
-
-/** Returns a CIFilter that will in turn return a properly processed CIImage as "outputImage".
- 
- Note that when using this initializer, you should pass in a CVPixelBufferRef with one of the following Raw pixel format types
-    kCVPixelFormatType_14Bayer_GRBG, kCVPixelFormatType_14Bayer_RGGB, kCVPixelFormatType_14Bayer_BGGR, kCVPixelFormatType_14Bayer_GBRG
- as well as the root properties attachment from the CMSampleBufferRef. */
-+ (CIFilter *) filterWithCVPixelBuffer:(CVPixelBufferRef)pixelBuffer properties:(NSDictionary *)properties options:(NSDictionary<CIRAWFilterOption, id> *)options API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.12, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED));
-
-/** Returns a NSArray containing the names of all supported RAW cameras. */
-+ (NSArray<NSString*> *) supportedRawCameraModels API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.15, API_TO_BE_DEPRECATED), ios(13.0, API_TO_BE_DEPRECATED), tvos(13.0, API_TO_BE_DEPRECATED));
-
-/** NSNumber (BOOL) : Setting Draft Mode to YES can improve image decoding speed without minimal loss of quality.
-    The default value is NO. */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputAllowDraftModeKey;
-
-/** NSString: Version string representing the decoder version to be used. A newly initialized object defaults to the newest available decoder version for the given image type. User can request an alternative, older version in order to maintain compatibility with older releases. Must be one of kCISupportedDecoderVersions (below), otherwise a nil output image will be generated. */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputDecoderVersionKey;
-
-/** NSArray : Array of all supported decoder versions for the given image type, sorted in increasingly newer order. Each entry is a NSString. All entries would represent a valid version identifier to be passed in for kCIInputDecoderVersion. This value can be only read; setting this value will raise an exception.*/
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCISupportedDecoderVersionsKey;
-
-
-
-/** @const      kCIInputEVKey
- NSNumber (float) : Exposure adjustment, default = 0.0. Declared in CIFilter.h */
-
-/** @const      kCIInputBiasKey
- NSNumber (float) : Exposure bias adjustment, default = 0.0. Declared in CIFilter.h */
-
-/** NSNumber (float) : A value controlling the amount of baseline exposure applied to the image.
- A value of 0 indicates no baseline exposure, i.e. linear response. Default varies from with camera settings. */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.12, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputBaselineExposureKey;
-
-/** NSNumber (float) : A value in the range of 0...1, controlling the amount of boost applied to the image.
-    A value of 0 indicates no boost, i.e. linear response. Default is 1, full boost. */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputBoostKey;
-
-/** NSNumber (float) : The amount to boost the shadow areas of the image. Can be used to lighten details in shadows. 
-    Has no effect if the image used for initialization was not RAW. */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputBoostShadowAmountKey;
-
-/** NSNumber (BOOL) : Setting DisableGamutMap to YES disables gamut mapping.
-    The default value is NO. */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.12, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputDisableGamutMapKey;
-
-/** NSNumber (float): The X value of the chromaticity. You can always query this value and you'll get the current X value for neutral X,Y. */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputNeutralChromaticityXKey;
-
-/** NSNumber (float): The Y value of the chromaticity. You can always query this value and you'll get the current Y value for neutral X,Y. */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputNeutralChromaticityYKey;
-
-/** NSNumber (float) : The color temperature to be considered neutral. You can always query this value and you'll get the current value for temperature. */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputNeutralTemperatureKey;
-
-/** NSNumber (float) : The tint to be considered neutral. You can always query this value and you'll get the current value for tint. */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputNeutralTintKey;
-
-/** CIVector : (x, y) location in geometric coordinates of the unrotated output image that should be used as neutral. 
-    You can't query this value - it's undefined for reading. */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputNeutralLocationKey;
-
-/** NSNumber (float) : The desired scale factor at which the image will be eventually drawn. Setting this value can greatly improve the drawing performance. A value of 1 would mean identity, values smaller than 1 will result in a smaller output image. Changing the Scale Factor with enabled Draft Mode may also improve performance. */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputScaleFactorKey;
-
-
-
-
-/** NSNumber (BOOL) : Normally, an image is loaded in its proper orientation, given the associated metadata gives an indication about the orientation. For special purposes it may be useful to load the image in its physical orientation. The exact meaning of this is dependent on the image in question. The default value is NO. */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputIgnoreImageOrientationKey;
-
-
-/** NSNumber (int) : Overriding this value allows the user to change the orientation of the image. The valid values are in range 1...8 and follow the EXIF specification. Changing this value makes for instance rotation in 90-degree increments easy. The value is disregarded when the kCIInputIgnoreImageOrientationKey flag is set.
- */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputImageOrientationKey;
-
-
-
-/** NSNumber (BOOL) : Determines if the default sharpening should be on. default = YES. Has no effect if the image used for initialization was not RAW. */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputEnableSharpeningKey;
-
-/** NSNumber (BOOL) : Determines if progressive chromatic noise tracking (based on ISO and exposure time) should be used. default = YES. Has no effect if the image used for initialization was not RAW. */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputEnableChromaticNoiseTrackingKey;
-
-/** NSNumber (double) : The amount of noise reduction applied. Range is 0 to 1. */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.7, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputNoiseReductionAmountKey;
-
-/** NSNumber (double) : The amount of moire reduction applied. Range is 0 to 1. */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.13, API_TO_BE_DEPRECATED), ios(11.0, API_TO_BE_DEPRECATED), tvos(11.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputMoireAmountKey;
-
-/** NSNumber (BOOL) : Determines if the default vendor lens correction be on. default = YES if raw image used for initialization contains lens distortion parameters. */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.10, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputEnableVendorLensCorrectionKey;
-
-/** NSNumber (double) : The amount of luminance noise reduction applied. Range is 0 to 1. */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.10, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputLuminanceNoiseReductionAmountKey;
-
-/** NSNumber (double) : The amount of color noise reduction applied. Range is 0 to 1. */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.10, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputColorNoiseReductionAmountKey;
-
-/** NSNumber (double) : The amount of noise reduction sharpness applied. Range is 0 to 1. */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.10, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputNoiseReductionSharpnessAmountKey;
-
-/** NSNumber (double) : The amount of noise reduction contrast applied. Range is 0 to 1. */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.10, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputNoiseReductionContrastAmountKey;
-
-/** NSNumber (double) : The amount of noise reduction detail applied. Range is 0 to 1. */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.10, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputNoiseReductionDetailAmountKey;
-
-
-/** NSNumber (BOOL) : Allows the output to have an Extended Dynamic Range with values greater than 1 possible */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.14, API_TO_BE_DEPRECATED), ios(12.0, API_TO_BE_DEPRECATED), tvos(12.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputEnableEDRModeKey;
-
-
-/** NSNumber (double): The amount of the local tone map. Range is 0 to 1. Default is 1  */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(11.1, API_TO_BE_DEPRECATED), ios(14.3, API_TO_BE_DEPRECATED), tvos(14.3, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputLocalToneMapAmountKey;
-
-
-/** CIFilter (id) : CIFilter to be applied to the RAW image while it is in linear space. */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.7, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIInputLinearSpaceFilter;
-
-/** CIVector containing the full native size of the unscaled image. The vector's X value is the width, Y is the height. 
-    This is not affected by changing either kCIInputIgnoreImageOrientationKey or kCIInputImageOrientationKey. */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.5, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIOutputNativeSizeKey;
-
-/** Read-only NSSet containing a list of keys that affect the output image. 
-    Depending on the RAW decoder version (kCIInputDecoderVersionKey) and the input image type, 
-    some input keys might have no effect. */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(10.7, API_TO_BE_DEPRECATED), ios(10.0, API_TO_BE_DEPRECATED), tvos(10.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIActiveKeys;
-
-/** Read-only NSDictionary containing properties for the output image. */
-API_DEPRECATED("Use new CIRAWFilter class instead.", macos(12.0, API_TO_BE_DEPRECATED), ios(15.0, API_TO_BE_DEPRECATED), tvos(15.0, API_TO_BE_DEPRECATED))
-CORE_IMAGE_EXPORT CIRAWFilterOption const kCIPropertiesKey;
-
-@end
-
-#endif /* __OBJC__ */
-
-#endif /* CIRAWFILTER_DEPRECATED_H */
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIRenderDestination.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIRenderDestination.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIRenderDestination.h	2022-08-06 02:26:57.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIRenderDestination.h	2022-08-03 21:06:32.000000000 -0500
@@ -5,10 +5,6 @@
  All rights reserved.
  */
 
-#ifndef CIRENDERDESTINATION_H
-#define CIRENDERDESTINATION_H
-
-#ifdef __OBJC__
 
 #import <Foundation/Foundation.h>
 #import <CoreImage/CoreImageDefines.h>
@@ -286,7 +282,3 @@
 @end
 
 NS_ASSUME_NONNULL_END
-
-#endif /* __OBJC__ */
-
-#endif /* CIRENDERDESTINATION_H */
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CISampler.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CISampler.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CISampler.h	2022-08-05 12:40:59.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CISampler.h	2022-08-03 21:06:31.000000000 -0500
@@ -5,11 +5,6 @@
    All rights reserved.
 */
 
-#ifndef CISAMPLER_H
-#define CISAMPLER_H
-
-#ifdef __OBJC__
-
 #import <CoreImage/CoreImageDefines.h>
 #import <Foundation/Foundation.h>
 
@@ -82,7 +77,3 @@
 CORE_IMAGE_EXPORT NSString *const kCISamplerColorSpace NS_AVAILABLE(10_4, 9_0);
 
 NS_ASSUME_NONNULL_END
-
-#endif /* __OBJC__ */
-
-#endif /* CISAMPLER_H */
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h	2022-08-05 12:41:00.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h	2022-08-03 21:06:32.000000000 -0500
@@ -5,11 +5,6 @@
    All rights reserved.
 */
 
-#ifndef CIVECTOR_H
-#define CIVECTOR_H
-
-#ifdef __OBJC__
-
 #import <CoreImage/CoreImageDefines.h>
 #import <Foundation/Foundation.h>
 
@@ -88,7 +83,3 @@
 @end
 
 NS_ASSUME_NONNULL_END
-
-#endif /* __OBJC__ */
-
-#endif /* CIVECTOR_H */
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.h	2022-08-05 12:41:00.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.h	2022-02-12 06:13:55.000000000 -0600
@@ -3,32 +3,33 @@
  Copyright (c) 2014 Apple, Inc.
  All rights reserved. */
 
-#ifndef COREIMAGE_H
-#define COREIMAGE_H
+#ifdef __OBJC__
 
-#include <CoreImage/CoreImageDefines.h>
+#import <CoreImage/CoreImageDefines.h>
+#import <Foundation/Foundation.h>
 
-#include <CoreImage/CIVector.h>
-#include <CoreImage/CIColor.h>
-#include <CoreImage/CIImage.h>
-#include <CoreImage/CIContext.h>
-#include <CoreImage/CIFilter.h>
-#include <CoreImage/CIKernel.h>
-#include <CoreImage/CIDetector.h>
-#include <CoreImage/CIFeature.h>
-#include <CoreImage/CIImageProvider.h>
-#include <CoreImage/CIImageProcessor.h>
-#include <CoreImage/CIImageAccumulator.h>
-#include <CoreImage/CIFilterConstructor.h>
-#include <CoreImage/CIFilterShape.h>
-#include <CoreImage/CISampler.h>
-#include <CoreImage/CIRAWFilter.h>
-#include <CoreImage/CIRAWFilter_Deprecated.h>
-#include <CoreImage/CIRenderDestination.h>
-#include <CoreImage/CIBarcodeDescriptor.h>
-#include <CoreImage/CIFilterGenerator.h>
-#include <CoreImage/CIPlugIn.h>
+#define UNIFIED_CORE_IMAGE 1
 
-#include <CoreImage/CIKernelMetalLib.h>
+#import <CoreImage/CIVector.h>
+#import <CoreImage/CIColor.h>
+#import <CoreImage/CIImage.h>
+#import <CoreImage/CIContext.h>
+#import <CoreImage/CIFilter.h>
+#import <CoreImage/CIKernel.h>
+#import <CoreImage/CIDetector.h>
+#import <CoreImage/CIFeature.h>
+#import <CoreImage/CIImageProvider.h>
+#import <CoreImage/CIImageProcessor.h>
+#import <CoreImage/CIImageAccumulator.h>
+#import <CoreImage/CIFilterConstructor.h>
+#import <CoreImage/CIFilterShape.h>
+#import <CoreImage/CISampler.h>
+#import <CoreImage/CIRAWFilter.h>
+#import <CoreImage/CIRenderDestination.h>
+#import <CoreImage/CIBarcodeDescriptor.h>
+#import <CoreImage/CIFilterGenerator.h>
+#import <CoreImage/CIPlugIn.h>
 
-#endif /* COREIMAGE_H */
+#endif /* __OBJC__ */
+
+#import <CoreImage/CIKernelMetalLib.h>
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImageDefines.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImageDefines.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImageDefines.h	2022-08-05 12:40:59.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImageDefines.h	2022-08-03 21:06:32.000000000 -0500
@@ -6,7 +6,6 @@
 #ifndef COREIMAGEDEFINES_H
 #define COREIMAGEDEFINES_H
 
-#ifndef __METAL_VERSION__
 
 #include <TargetConditionals.h>
 
@@ -14,9 +13,10 @@
 #include <stdint.h>
 #include <stddef.h>
 
+#if TARGET_OS_IPHONE
 #include <CoreGraphics/CoreGraphics.h>
-#ifdef __OBJC__
-#import <Foundation/Foundation.h>
+#else
+#include <ApplicationServices/ApplicationServices.h>
 #endif
 
 #ifdef __cplusplus
@@ -36,7 +36,6 @@
 #define CORE_IMAGE_CLASS_EXPORT __attribute__((visibility("default")))
 
 
-#ifdef __OBJC__
 #ifdef CI_SILENCE_GL_DEPRECATION
   #define CI_GL_DEPRECATED_IOS(from, to)  NS_AVAILABLE_IOS(from)
   #define CI_GL_DEPRECATED_MAC(from, to)  NS_AVAILABLE_MAC(from)
@@ -48,7 +47,6 @@
   #define CI_GL_DEPRECATED(fromM,toM, fromI,toI)  NS_DEPRECATED(fromM,toM, fromI,toI, "Core Image OpenGL API deprecated. (Define CI_SILENCE_GL_DEPRECATION to silence these warnings)")
   #define CIKL_DEPRECATED(fromM,toM, fromI,toI)  NS_DEPRECATED(fromM,toM, fromI,toI, "Core Image Kernel Language API deprecated. (Define CI_SILENCE_GL_DEPRECATION to silence these warnings)")
 #endif
-#endif
 
 #if TARGET_OS_MAC || !TARGET_OS_SIMULATOR || defined(__IPHONE_13_0)
   #define COREIMAGE_SUPPORTS_IOSURFACE 1
@@ -56,8 +54,4 @@
   #define COREIMAGE_SUPPORTS_IOSURFACE 0
 #endif
 
-#define UNIFIED_CORE_IMAGE 1
-
-#endif /* !__METAL_VERSION__ */
-
 #endif /* COREIMAGEDEFINES_H */
Clone this wiki locally