Replies: 1 comment 2 replies
-
If you cannot dedicate much of your own time to this, I could get someone else to do the brunt of the work, and compensate you for the code review. @fintelia @HeroicKatora what do you think? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have started an (as yet unannonced) project to build a drop-in replacement for
imagemagick
in Rust: https://github.com/Shnatsel/wondermagickThe early benchmarks are really promising, with
hyperfine
reporting ~1.6x speedups overimagemagick
on a number of common operations.With these kinds of numbers I am hoping to get more attention onto the Rust imaging ecosystem, and try to secure funding to advance both
wondermagick
andimage
.The kind of tasks that would need to be done on the
image
side may range from small things like image-rs/image-png#488 to bigger work items like optimizing the WebP decoder, as well as general maintenance work.Obviously I would like the maintainers of
image
to handle the work related toimage
and receive the funding for it. Would you be open to that?In concrete terms, I could possibly get up to $50k (but easily could be less) with the work expected to be carried out over the course of several months. Depending on the source of funding, it might commence as soon as next month or as late as ~6 months from now.
If you are interested, how can I contact you privately to discuss the details? If we'll be working together, a lower-latency channel like a chat could be nice.
Beta Was this translation helpful? Give feedback.
All reactions