File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,10 @@ Comprehensive colorspace conversions in Rust.
11
11
* Accurate across a wide variety of tests, referencing [ colour-science] ( https://github.com/colour-science/colour )
12
12
13
13
## Future
14
- * Look into SIMD when supported by standard library
14
+ * ` std::simd ` either after stabilization or as a nightly feature
15
15
* More spaces?
16
16
17
- ## Known Issues
18
- * ` convert_space_sliced ` is slower than it could be. Waiting for [ slice_as_chunks] ( https://github.com/rust-lang/rust/issues/74985 ) to land in stable.
19
- * Performing many (>100) conversions in sequence will gradually degrade the data due to tiny precision issues accumulating.
20
-
21
17
## F.A.Q.
22
18
Question|Answer
23
19
---|---
24
- Why?|I just wanna say "go from this to this" without any fuss .
20
+ Why?|I greatly enjoy working with Uniform Color Spaces and wish to see them become more accessible and easy to use .
You can’t perform that action at this time.
0 commit comments