Aurelia Molzer
Aurelia Molzer
This reminded me, I've just opened a PR on [image](https://github.com/image-rs/image/pull/1557) that could ensure that tests can be ran with the archives from crates. You might want to have a look,...
I'm not sure I understand, `rust-toolchain` should only affect the choice that `cargo` makes for contributors of the project. It doesn't 'pin' it for a whole dependency tree. In that...
Ah, now I see. That's of course quite unfortunate because there are two goals at conflict here. Let me explain by given a rough overview over the build tool. `cargo`...
Maintainer here: First of all, thanks a lot for the detailed analysis over multiple issues! Secondly, regarding the error interface it seems more of a matter of implementing it. If...
You'll need to use `StreamDecoder` for the moment. But that's a shame, so I'd keep this open as a reminder that we should offer functionality similar to `StreamWriter::finish()` that passes...
It refers to the official requirements document, [ITU Rec T.81](https://www.itu.int/rec/T-REC-T.81/en). Also available from W3: https://www.w3.org/Graphics/JPEG/itu-t81.pdf Don't ask me why you need to pay fees for one version but not the...
The cursor style is the only for which I couldn't come up with any immediate drawbacks. It's also mostly compatible with existing interfaces as they could call it with or...
> Actually my first attempt was using Frame::from_rgba. The reason I try to find an alternative is because the performance of this method is terrible: 2 minutes to convert each...
SIFT and SURF would be okay but both (I think, I'm sure on SURF) are in somewhat peculiar circumstances due to patent law. For that reason, KAZE would be extremely...
@willcrichton This would be a more useful data point if you submited traces, not screenshots. Spending 30% of time in memset and memcpy is surely not optimal either and anyone...