Erik Hedvall
Erik Hedvall
I know it can be frustrating when it doesn't work as one expects, but the best we can do is keep a good tone and keep on figuring it out....
> I'm pretty sure it sends a web request to the acescolorspace.com server which uses OpenColorIO (C++) on the server side. So maybe I can look at the OCIO source,...
Thanks a lot for both submitting the request and taking the time to try to figure it out! It helps a lot! > Looks like that [matches](https://github.com/AcademySoftwareFoundation/OpenColorIO/blob/b2e88b195c1e1a82a51818e0a4aa2975e03b6a88/src/OpenColorIO/transforms/builtins/ColorMatrixHelpers.cpp#L34-L42) what I'm using...
Right, that makes it more complex... I found a reference implementation of various transforms, including the/a RRT, here: https://github.com/ampas/aces-dev/tree/master. It's not exactly simple (that's par for the course) but quite...
I'm just saying that it's larger than I first expected, but I'm not surprised. It's usually not that simple. Staging the implementation, and starting with some kind of MVP as...
That's right, the trait has a very generic name but a specific meaning. I have been trying to iron out similar cases recently and I'm definitely prepared to break a...
Nice! I will have a proper look when I'm off work but feel free to open a work in progress pull request in the meantime. It makes it easy to...
Hmm, yeah, you are right. Something must have changed since that part was written, so that'll have to be rewritten. In any case, you should be able to unpack it...
> what does this error mean? i have no idea what's wrong i followed your instruction from top to bottom. can you help me with this? It means that something...
> note: /home/kenichi/pi-tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/../lib/gcc/arm-linux-gnueabihf/4.8.3/../../../../arm-linux-gnueabihf/bin/ld: /home/kenichi/pi-tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/arm-bcm2708hardfp-linux-gnueabi/sysroot/usr/lib/arm-linux-gnueabihf/libssl.a(s23_meth.o): relocation R_ARM_THM_MOVW_ABS_NC against `a local symbol' can not be used when making a shared object; recompile with -fPIC Looks like this is it. A quick search...