Skip to content

giuliom95/exrviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExrViz

OpenEXR image visualizer. Written in C++ and Qt5.

Main screenshot

Current features

Planned features

  • Gamma slider
  • Better style

Screenshots

The slider in the top bar controls the displayed image exposure. Exposure screenshot Mouse drag and wheel control pan and zoom of the image. The button on the bottom bar resets the zoom level. Pan and zoom screenshot

How to compile and run

The straightforward compilation works only on a Unix machine where OpenEXR is installed and its header are located in /usr/include/OpenEXR:

$ qmake -o Makefile exrviz.pro
$ make

If the compilation succeds just run:

$ bin/exrviz <exr file path>

About

OpenEXR image visualizer. Written in C++ and Qt5

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published