Skip to content

Gissio/exr2uhdr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

exr2uhdr

exr2uhdr is a tool for converting EXR files to gainmap.js Ultra HDR files.

Unlike the free online encoder, this tool operates from the command line without requiring a browser.

Installation

These instructions are for a UNIX system.

  1. Make sure Git, CMake, Python 3 and PIP are installed on your system.
  2. Install libultrahdr:
  • Clone the repository:

    git clone --depth 1 --branch [tag] https://github.com/google/libultrahdr libultrahdr-[tag]
    
  • Configure the project:

    cd libultrahdr-[tag]
    mkdir build
    cd build
    cmake .. -DUHDR_WRITE_XMP=1
    cd ..
    
  • Build the project:

    cmake --build build
    
  • Install the library:

    sudo cmake --build build --target install
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/
    
  1. Install Python dependencies:

    pip install -r tools/requirements.txt

  2. Run the tool:

    python exr2uhdr.py -h

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages