5.21.0 - HDR Support #3800
dreampiggy
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
See all tickets marked for the 5.21.0 release
Features
HDR Decoding
SDWebImageContextDecodeToHDR: @(YES)to context option. Pay attention even decoded CGImage is HDR ready, full rendering require display hardware support and per-image-view level control, it's recommended to read WWDC23 and use proper API to check for current display headroom to turn on HDR.HDR Encoding
SDImageCoderEncodeToHDR: @(SDImageHDRTypeISOHDR)for ISO HDR encoding. AndSDImageHDRTypeISOGainMapfor ISO Gain Map based HDR encoding (like JPEG for compatibility)Transformer
UI Category
sd_setImageWithURLrelated UI API to work on case likeUICollectionViewDiffableDataSource, which is running on main thread but not main queue.Fixes
This discussion was created from the release 5.21.0 - HDR Support.
Beta Was this translation helpful? Give feedback.
All reactions