tcsavage / photoView

View Raw photographs and apply 3D .cube LUTs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Photo View

View Raw photographs and apply filters.

Building

First pull Git submodules:

git submodule update --init --recursive

If you're running NixOS:

nix-shell
configRelease
build

Other Linux distributions:

Photo View required the following additional dependencies:

  • CMake
  • A recent GCC supporting C++20 (tested on 10.2.0)
  • Qt >= 5.15
  • LibRaw >= 0.20.2
  • OpenImageIO >= 2.0
  • OpenCL headers and ICD

Configure and build the project using CMake like so:

cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release
cmake --build build

About

View Raw photographs and apply 3D .cube LUTs.


Languages

Language:C++ 94.8%Language:CMake 3.9%Language:Nix 0.7%Language:C 0.6%