Skip to content

chalmersgit/OpenEXR-Handling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenEXR-Handling
================

Author: 	Andrew Chalmers

Basic I/O for OpenEXR images. 

Usage:
make clean
make
./bin/exrExample [filename.exr]

Output:
original_float1.exr 
original_float2.exr 
original_half.exr 
original_rgba.exr 

Example Usage:
./bin/exrExample images/example.exr

TODO:
  - Tiled images
  - Cropped images
  - Deep scanline I/O
  - Multithreaded I/O
  - Currently assumes alpha

Resources:
 - http://www.openexr.com/TechnicalIntroduction.pdf
 - http://www.openexr.com/ReadingAndWritingImageFiles.pdf
 - https://github.com/openexr/openexr/blob/master/OpenEXR/IlmImfExamples/generalInterfaceExamples.cpp

About

I/O for the OpenEXR image format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published