CarVac

Results 39 comments of CarVac

@fcomida Did you implement the "Caveat" in that article? >Bilinear scaling performs best when the desired output dimension is no more than double or half its original size. If that...

If this is the function in question: https://github.com/LuminanceHDR/LuminanceHDR/blob/master/src/Libpfs/manip/resize.hxx#L214 It looks like it doesn't perform any of the necessary integer scaling.

Lanczos is fine if you do resizing after tonemapping, which is not what you care about since you want to do the tonemapping on a lower resolution so it can...

In my opinion, I think you should stick to bilinear only, to ensure that artifacts don't occur.

In Filmulator this is where I grab the color filter array stuff: https://github.com/CarVac/filmulator-gui/blob/09306d6247ee739002b689b8b2accc947c5b2e1d/filmulator-gui/core/imagePipeline.cpp#L204 I detect whether it's X-Trans or not by recording the max value of the x-trans array, and...

The S5 Pro is not X-Trans, it's Super CCD EXR.

Hmm. I actually have no clue how to properly handle that.

I just straight-up don't know how to fix this. Nobody who's tried has managed to distribute a mac build for M1, though some have been able to build it for...

https://github.com/hydrogen-music/hydrogen/issues/206 Someone dug this up, it seems to be related. You may have to point cmake directly at the dylib?

If you have any changes to make to the readme build instructions, feel free to make a pull request.