mteillet / PyVexr

Python open Exr Viewer
MIT License
5 stars 0 forks source link


PyVexr

PyVexr Logo

Open Exr Viewer

About The Project

PyVexr is intended to be a lightweight, simple GUI application to preview your EXR files easily using the OCIO you want. Built using Python, C++, PyQt5, OpenCV2, OpenExr, and OCIO v2.

Roadmap

Prerequisites

If you want to build the python version in order to modify or plug it in and existing pipe, here's what you need:

    * Python 3.7 + 
    * Cpp 11+
    * PyQt5
    * OpenCV2
    * PyOpenColorIO
    * OpenEXR

WARNING

If you are not on a x64 linux distribution, the custom c++ python modules will not run, you will need to recompile the using the tasks.py file in the cppModules folder Meanwhile, you can use the latest Windows compile release you can find on this github

License

Distributed under the MIT License. See LICENSE.txt for more information

Contact

Teillet Martin - martin.teillet@hotmail.fr

Thanks

Thanks to Dorian Douaud for making the PyVexr Logo
Thanks to Elsksa and MrLixm for their help and advices concerning OCIO handling
Thanks to Sacha Duru for his help regarding pyQt