Skip to content

Latest commit

 

History

History

hdr

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

mkhdr

A simple HDR exposure merging script based on OpenImageIO and Python

Dependencies

This Python script depends on the following libraries:

Building on Mac OSX

Use the following commands to build these packages on Mac OSX

  • OpenColorIO
    • brew install -vd opencolorio --with-python
  • Update the homebrew repository of install scripts to make sure that OpenImageIO is included.
    • brew tap homebrew/science
  • Required Dependencies for OpenImageIO
    • brew install -vd libRaw
  • Optional Dependencies for OpenImageIO
    • brew install -vd OpenCV
  • OpenImageIO
    • brew install -vd openimageio --with-python
  • OpenColorIO, a second time. ociolutimage will build with openimageio installed.
    • brew uninstall -vd --ignore-dependencies opencolorio
    • brew install -vd opencolorio --with-python