Is OpenEXR supported on iOS / macOS?

回眸只為那壹抹淺笑 提交于 2019-12-12 20:49:35

问题


I am trying to find out if reading OpenEXR files are supported or not on iOS and macOS.

Here is what I found out:

  1. The docs barely mention OpenEXR, and where they do they say that it's only supported on recent macOS.
  2. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!