Artem Boldariev
Artem Boldariev
Thanks for reporting the problem! I might investigate it later, but it is low priority now.
Yes, I am aware about the issue. I believe that all the icons in Corman Lisp should be replaced with something better.
Thanks for reporting the bug.
@Lawrence37 So, the input gamma curve for a for a LUT file should be sRGB gamma curve regardless of the input or resulting colour space. Am I correct? Or, to...
@Lawrence37 Thank you for the information. Oh, sorry for not providing the context. The screenshot is that of [LUTCalc](http://cameramanben.github.io/LUTCalc/LUTCalc/index.html). I wanted to generate a `.cube` LUT file and then convert...
@Lawrence37 One more question to wrap my head around this: at which stage a HaldCLUT is applied - that is, data being passed to the LUT is in the working...
@Lawrence37 Thank you for the information! Perhaps, the Wiki article should be updated as well. This stuff is complicated.
One important (or not) addition: I have built the image for ARM64 using flakes (`--system aarch64-linux`) parameter. I have used nixos-generators from nixpkgs (23.05).
This is an issue on Windows as well. I suggest to solve it in the way, similar to the how it is done in the SLIME (IDE for Common Lisp...
I have redefined `(lua-send-string ...)` in my init file to the following code: ``` (defun lua-send-string (str) "Load STR plus a newline to Lua subprocess. If `lua-process' is nil or...