Skip to content
/ exrpy Public

Simple standalone library to read OpenEXR files in Python

Notifications You must be signed in to change notification settings

rgl-epfl/exrpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exrpy

Simple standalone library to read OpenEXR files in Python

Installation

  1. Clone the repository recursively
git clone --recursive https://github.com/rgl-epfl/exrpy.git
  1. Install using pip
pip install ./exrpy

This step might take a moment, as it has to build the OpenEXR library.

Usage

Currently the usage is limited to loading RGB files as

import exrpy
img = exrpy.read('my-exr-file.exr')

About

Simple standalone library to read OpenEXR files in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published