jaklein

Results 3 comments of jaklein

This is mostly due to the sRGB transfer function having a linear segment for very dim components, while CIECAM02 uses a power function for the whole range.

Here's a pair of files that demonstrate the issue with spawning a detached shell process: **test-spawn.js** ``` const cp = require('child_process'); nodePath = process.argv[0] cp.spawn(nodePath, ['./wait.js'], { shell: true, detached:...

Retested my example in v20.12.2, same behavior. Running spawn() with shell:true and detached:true opens a new window. The original fix for #2822 was due to the Node fix for CVE-2024-27980....