rawtoaces
rawtoaces copied to clipboard
RAW to ACES Utility
Start process of cleaning up repository by introducing missing files, starting with a clang format file to be able to use clang-format (style to be refined later)
git checkout windowBuildSupport pathspec 'windowBuildSupport' did not match any file(s) known to git when ``` git clone https://github.com/miaoqi/aces_container.git cd aces_container git checkout windowBuildSupport ```
This PR adds a *Dockerfile* to run *rawtoaces* in a container with [Docker](https://www.docker.com/): Assuming that you have Docker and this PR pulled: *Building the Container* Note that the compilation of...
https://github.com/Homebrew/homebrew-core/pull/58499 ``` /tmp/rawtoaces-20200828-93437-1359dxi/rawtoaces-1.0/lib/rta.cpp:1455:54: error: no member named 'baseline_exposure' in 'libraw_colordata_t' _baseExpo = static_cast < double > ( R.color.baseline_exposure ); ~~~~~~~ ^ ```
Hi, I enclose the release version for Windows full working, you can also use on Linux with wine the MT version, includes openmp support and many fix about: FILEPATH, the...
I got rawtoaces running on windows flawlessly using wsl (windows subsystem for linux). I made two batch files, one to install everything and another to convert with by draging your...
Can anyone help me as I've tried installing all the various packages but only home brew and ceres worked. EVERYTHING else has given me errors 'command not found' when pasting...
Hi, I'm using your library to convert raw footages, it works great, but my computer started to swap after some frames. I identified that the method **AcesRender::outputACES** does not free...
Where did the [camera spectral data](https://github.com/ampas/rawtoaces/tree/master/data/camera) come from, or how was it created? I am interested in getting such data for more cameras but I have no clue about where...
Could you please look into what it would take to make rawtoaces compatible with the recently released ceres 2.0.0? This is currently blocking the version upgrade in macOS Homebrew. In...