dcv icon indicating copy to clipboard operation
dcv copied to clipboard

Use std.color based images type of `Slice!(2, XXX*)`

Open 9il opened this issue 9 years ago • 0 comments

Benefits:

  1. Faster iterations (the color dimension becames CT loop).
  2. Explicit image type system is less buggy for devs and users
  3. Single conversion shell based on std.color can be used instead of set of conversion.

std.color can be improved to support DCV if it is required. In addition, we can add fastmath to std.color if we want.

9il avatar Oct 02 '16 05:10 9il