Display HDR photo in PHContentEditingController

In a photo editing extension, is it possible to display the photo in HDR? In this context you only have a placeholder UIImage and a PHContentEditingInput which has a displaySizeImage and fullSizeImageURL. The displaySizeImage has isHighDynamicRange false.

Answered by DTS Engineer in 808010022

Hey Jordan,

You can use the fullSizeImageURL to display the photo in HDR.

I think it is also worth filing an enhancement request for the placeholderImage to be HDR when appropriate.

Best regards,

Greg

Accepted Answer

Hey Jordan,

You can use the fullSizeImageURL to display the photo in HDR.

I think it is also worth filing an enhancement request for the placeholderImage to be HDR when appropriate.

Best regards,

Greg

Display HDR photo in PHContentEditingController
 
 
Q