Collyn O'Kane

Results 10 issues of Collyn O'Kane

#### Section 5.5 - Using Random Vectors on the Lattice Points https://github.com/RayTracing/raytracing.github.io/blob/ce85fe59ce089b38adcae650cb2c762b9b50e1d3/books/RayTracingTheNextWeek.html#L1577-L1579 I believe `interpretation` is meant to be `interpolation`, and that `Perlin` should be capitalized in both instances here....

In #110, support was added to bypass the NeuQuant algorithm when the color count was `

This came up while working on #166 These are the current keywords in the cargo manifest: ```toml keywords = ["color", "colour", "space", "linear"] ``` ### Goal Improve search of `palette`...

Have you investigated anything with CIECAM02? I'm interested in this space because of a website I use which has listings of [watercolor pigment colorimetry measurements](https://www.handprint.com/HP/WCL/waterr.html#PR264) in CIECAM Jab and it'd...

_(Apologies for the length of this)_ ### High-level Summary Think about shortening the naming convention from `get_pixel` to `pixel` for accessing pixel data, add these functions to the related traits....

Implement kmeans traits for `[T: Float; N]` Make `num-traits` non-optional Add an example program to print out `Srgb` and `[T; 3]` results

enhancement
library

- Extract shared `clip` and `mulhi` functions outside of `Frame` member functions - Rearrange the order of clamping operations to enable better auto-vectorization - Remove no-op returning branch value in...

It was brought up in #4 about using `ndarray` and a parallelization library to speed up calculations. It makes sense to use an external crate for matrix features instead of...

enhancement
library

After a few temperature drops, the visit queue doesn't empty when running with filter size 5. There's a step counter and a debug print!() that can be uncommented to monitor...

bug
help wanted

Subtract digits by their "base" digit to simplify the number of match arms when converting from ASCII digit or hexdigit to u8 Use `FromPrimitive::from_u8` in `ascii_to_digit` after checking for valid...