|
|
|
|
|
by klodolph
1526 days ago
|
|
The image-rs crate has some serious design flaws and it has put me off trying to do any image processing in Rust at all. It may support many formats, but the basic image type is complete garbage. It’s conceptually a 2D array of some specific pixel type—which means that any pixel value must carry with it colorspace information. I can’t honestly recommend it to anyone. The issues I’m talking about are acknowledged as design flaws / mistakes if you start browsing the GitHub issues. |
|