Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-19 | A quick to see if my Colour fork even works | Paweł Redman | |
See https://github.com/enneract/colour/tree/feature/jakob2019 | |||
2020-06-19 | Switch to the development version of Colour (rather than 0.3.15) | Paweł Redman | |
2020-06-16 | Vectorize the interpolation code | Paweł Redman | |
2020-06-15 | Adapt Jakob and Hanika's interpolation code | Paweł Redman | |
2020-06-12 | A test that computes coefficients for many colors, covering the entire sRGB ↵ | Paweł Redman | |
gamut. | |||
2020-06-12 | Make sure the solver works for all inputs | Paweł Redman | |
This is achieved by using feedback. In case of a failure, a color with known coefficients is used to solve for a point somewhere between the target and the color. The process is repeated, getting closer and closer to the target until it finally converges. | |||
2020-06-11 | Refactoring; use primed c's everywhere | Paweł Redman | |
2020-06-09 | A new test comparing results with a reference | Paweł Redman | |
2020-06-09 | Some important fixes and general cleanup | Paweł Redman | |
I missed the 'illuminant' argument in sd_to_XYZ and effectively treated the reflectivities as emission spectra. This was probably very wrong and is now fixed. | |||
2020-06-08 | Factor out the colorchecker test code | Paweł Redman | |
2020-06-08 | Add .gitignore | Paweł Redman | |
2020-06-01 | Jakob-Hanika for a single color | Paweł Redman | |