You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
image has improved considerably since. The issue you've linked is now fixed, and PNG decoding in particular should now competitive with pure libpng, starting with png crate version 0.16.5. In my tests decoding a PNG and writing it out in uncompressed form via image-rs is 10x faster than imagemagick.
I've seen this post and found this repo.
I noticed that you are using image-rs in this repo, and I got to say, image-rs is very slow, see this issue and this line.
In my test case, sometimes it's even slower than the Go standard library.(too many memory alloc).
If you want to improve this crate, it might be a good idea to find another image crate.
But I am not concerned about the image processing, so I don't know if there is such a crate in Rust.
The text was updated successfully, but these errors were encountered: