This is an interesting project, as it covers image operations not found in any other Rust crate at the moment. Unfortunately, it appears that there is only support for RGBA images. I've had to deal with grayscale images for 16-bit color depth in my work, sometimes even with each pixel being represented by a floating-point number.
Are there any insights for generalizing your data structures and algorithms in the future? Do you consider this feasible?
This is an interesting project, as it covers image operations not found in any other Rust crate at the moment. Unfortunately, it appears that there is only support for RGBA images. I've had to deal with grayscale images for 16-bit color depth in my work, sometimes even with each pixel being represented by a floating-point number.
Are there any insights for generalizing your data structures and algorithms in the future? Do you consider this feasible?