Module: tfg.io.exr

View source on GitHub

Utility functions for reading and writing EXR image files as numpy arrays.

Functions

channels_to_ndarray(...): Copies channels from an OpenEXR.InputFile into a numpy array.

read_exr(...): Opens an EXR file and copies the requested channels into an ndarray.

write_exr(...): Writes the values in a multi-channel ndarray into an EXR file.

Other Members

absolute_import Instance of __future__._Feature
division Instance of __future__._Feature
print_function Instance of __future__._Feature

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2022年05月20日 UTC.