Kirk Fox

Results 11 comments of Kirk Fox

I know that I'm a very new contributor, but color spaces, color transforms, and display technology are all very compelling topics for me and I hope to continue contributing to...

I'm not sure I understand what's causing the tests to fail at this point.

Alright, thanks for the direction. I'll fix the issue with `IntoLinear` and `FromLinear` being included unconditionally when I get the chance. How should I handle the interpolation code instead? I...

I changed around the features as you mentioned and I think I was also able to fix the issue with the build script running more often than it needs to....

I may be starting to realize a way to optimize the build script, but it's going to take some further research. I'll hopefully be pushing a new commit within the...

I went ahead and optimized the table building to use integration instead of summation since these are all exponential or linear functions. I also removed the tests for errors and...

Would it also be a good idea to generate the `u8` to `f32` tables separately? I'm not sure how much of a performance cost it is to convert from `f64`...

I'll start working on consolidating those into singular library functions and moving things to the codegen crate. I'll also try to document the code a bit more so it's clearer...

Sorry that I've been less active. The school semester started and is kicking my butt. Thank you for the extra comments and I'll try to address them soon

Yeah, scoping it down would help. I also am trying to type up a short document describing how I arrived at the formulae that I did, since it's a bit...