torridgristle

Results 16 comments of torridgristle

Here's a 1D look up table for displaying 2.5 gamma on sRGB. https://mega.nz/#!hp1TzYxJ!l7tYoXShTVDxNfbWlz3v0ehZVTrD7Uu4HBMzR6EjYeY The values were generated with DisplayCal using the actual sRGB tone curve with the linear blacks and...

It appears to be the same in Higan v106. Color Emulation Enabled https://i.imgur.com/oqsRSD7.png Color Emulation Disabled https://i.imgur.com/KoQE5Cg.png It's such a strange curve unlike anything I've seen regarding display emulation that...

I figure loading an IPS patch could be done a few ways: - An additional IPS option in the filename extension filter dropdown menu in the Load Cartridge window, so...

This feature is very useful in Mesen. Looking for a changing number in a sea of numbers is hard, but a changing color is easier.

As long as you can do something like set the merged tiles entries to be the default replacement for those identical tiles, but still be able to specify a replacement...

No, but I know you can generate a neutral HaldCLUT PNG with ImageMagick using commands like `magick hald:12 -depth 16 -colorspace sRGB hald12_16bit.png` and that can be used as-is in...

For the HaldCLUT specifically I don't know the details of the pattern for creating it, but for saving a color transformation to it you just apply the color transformation to...

Typically people using LUTs for these things would be aware of working in log or linear or sRGB etc, as long as it says what the conversion is in folks...

SciPy has a Bessel function, `scipy.special.j1()`. I can't find an implementation of it elsewhere that looks correct when I recreate it. Edit: There's a Jinc function that keeps to basic...