An open API service indexing awesome lists of open source software.

https://github.com/tgfrerer/le_exr

Island Module for importing OpenEXR files
https://github.com/tgfrerer/le_exr

Last synced: over 1 year ago
JSON representation

Island Module for importing OpenEXR files

Awesome Lists containing this project

README

          

# `le_exr`

Island Module for importing OpenEXR files

Note: This module contains its dependencies, OpenEXR and IMath as git
submodules. These should get automatically checked out when you
configure an island app that uses `le_exr` as a dependency for the
first time.

If this does not happen automatically you can update these git
submodules manually:

From this current directory, issue the following commands:
```bash
git submodule init
git submodule update
```