rust-image-worker
rust-image-worker copied to clipboard
Project Maintained?
This project is really useful for a project of mine, but it seems like this isn't maintained anymore, and it doesn't seem to have much support for gifs or webp.
Any updates?
@CleverSource consider phrasing your request for a specific feature. e.g: GIF Support?
Apologies for not responding. You're ight, this project serves as an example worker and has not seen any activity in a long time. That said, we can certainly look at adding some features.
Image formats should be fairly easy to add, as they appear to be supported by the library used to do the resizing, i.e. https://docs.rs/image/latest/image/enum.ImageFormat.html. I cannot recall a specific reason for not adding these formats.
Hey @jupiter, 👋 Hope you're well. ☀️
We are keen to deploy this ourselves 🚀
and extend it to cover a few other image formats including GIF
and webp
. 🖼️
Would you accept a PR with the update? 🧑💻
Thanks. ❤️
A PR would indeed be welcome.