tell me about cirawfilter
Generated on 8/5/2024
1 search
The CIRAWFilter
is not explicitly mentioned in the provided context. However, the context does discuss various aspects of handling HDR images using Core Image (CI) filters and other related APIs. Here are some relevant points from the session "Use HDR for dynamic image experiences in your app":
-
HDR Concepts and Technologies:
- The session covers the use of HDR images and the importance of tone mapping to ensure images look optimal across different displays.
- It introduces new system tone mapping APIs to maintain consistency in image appearance.
-
Adaptive HDR:
- Adaptive HDR files can be loaded as either SDR or HDR images, providing flexibility in how they are displayed.
- The
expand HDR
option in CIImage is used to support the Apple gain map image format.
-
Read HDR Images:
- The process of reading HDR images into memory is discussed, including the use of the
expand HDR
option to load adaptive HDR files.
- The process of reading HDR images into memory is discussed, including the use of the
-
Edit Strategies:
- Different strategies for editing HDR images are explained, including the use of CI filters to preserve HDR range.
- The importance of the content headroom property in HDR images is highlighted.
-
Display Tone Mapping:
- The session explains how to tone map HDR images for display, considering both the image headroom and the display headroom.
- New APIs for tone mapping are introduced to ensure images look great across different applications.
For more detailed information, you can refer to the session "Use HDR for dynamic image experiences in your app" at the following chapter markers:
If you have any specific questions about CIRAWFilter
or other related topics, feel free to ask!
Use HDR for dynamic image experiences in your app
Discover how to read and write HDR images and process HDR content in your app. Explore the new supported HDR image formats and advanced methods for displaying HDR images. Find out how HDR content can coexist with your user interface — and what to watch out for when adding HDR image support to your app.
Keep colors consistent across captures
Meet the Constant Color API and find out how it can help people use your app to determine precise colors. You’ll learn how to adopt the API, explore its scientific and marketing potential, and discover best practices for making the most of the technology.
Capture HDR content with ScreenCaptureKit
Learn how to capture high dynamic colors using ScreenCaptureKit, and explore new features like HDR support, microphone capture, and straight-to-file recording.