问题
I am trying to find out if reading OpenEXR files are supported or not on iOS and macOS.
Here is what I found out:
- The docs barely mention OpenEXR, and where they do they say that it's only supported on recent macOS.
Yet, the official WWDC 2017 samples for ARKit simply load .exr images with:
UIImage(named: "image.exr")
This is found in the following official samples:
- Handling 3D Interaction and UI Controls in Augmented Reality
- Interactive Content with ARKit
- Audio in ARKit
How is OpenEXR support on iOS and on macOS?
来源:https://stackoverflow.com/questions/48832869/is-openexr-supported-on-ios-macos