-
Notifications
You must be signed in to change notification settings - Fork 514
ImageIO macOS xcode16.0 b4
Rolf Bjarne Kvinge edited this page Aug 27, 2024
·
3 revisions
#ImageIO.framework https://github.com/xamarin/xamarin-macios/pull/21136
diff -ruN /Applications/Xcode_16.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageSource.h /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageSource.h
--- /Applications/Xcode_16.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageSource.h 2024-06-28 23:07:53
+++ /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageSource.h 2024-07-16 00:30:03
@@ -245,6 +245,10 @@
IMAGEIO_EXTERN const CFStringRef kCGImageSourceDecodeToHDR IMAGEIO_AVAILABLE_STARTING(14.0, 17.0, 17.0, 10.0);
IMAGEIO_EXTERN const CFStringRef kCGImageSourceDecodeToSDR IMAGEIO_AVAILABLE_STARTING(14.0, 17.0, 17.0, 10.0);
+/* kCGImageSourceGenerateImageSpecificLumaScaling - generate a global tone mapping function based on the gain map. Dafault value is "YES" (kCFBooleanTrue)
+ */
+IMAGEIO_EXTERN const CFStringRef kCGImageSourceGenerateImageSpecificLumaScaling IMAGEIO_AVAILABLE_STARTING(15.0, 18.0, 18.0, 11.0);
+
/* kCGImageSourceDecodeRequestOptions - CFDictionaryRef to specify additional options
*/
IMAGEIO_EXTERN const CFStringRef kCGImageSourceDecodeRequestOptions IMAGEIO_AVAILABLE_STARTING(14.0, 17.0, 17.0, 10.0);
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status