-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating Dependencies #56
Comments
@daggy1234 Yes, I kept the As to the GIF support, may I ask for more info on your use case? I've been interested in adding GIF support too, so I'd love to hear more about this! 😄 |
Sure! https://github.com/Daggy1234/polaroid and due to versioning, I had to use the old |
Another key reason for a version bump is byte serialization. Atm photon can only read and write from the fs, whereas in apps like a discord bot I am making in sereneity-rs, it makes a lot of sense to interact with buffers. Latest image create has methods like This buffer will work great for Js with nodejs Buffer as well. I might try and start |
@daggy1234 Great points there. I'm planning to update the dependencies, when time allows, as there would be a great number of features that would be added due to the update. 😄 Indeed, it would be great to make use of |
The outdated dependencies make this crate impossible to get compiled with nightly versions over 2020-11-22 due to rust-lang/rust#44095 being stabilized. |
I've just updated the dependencies, and refactored the codebase. It has led to continued performance enhancements, and even faster execution times as expected, which is fantastic too. 😄 I'll commit the changes and push them. ✅ |
Thats great! How would you feel about new helper methods? |
@daggy1234 That would be great! 👍 What helper methods do you have in mind? |
read from bytes |
https://deps.rs/repo/github/silvia-odwyer/photon |
@nitsuga5124 I'll make sure to update those too 👍 |
@nitsuga5124 Just updated the remaining dependencies ✅ I couldn't seem to update the imageproc crate, because the latest version of that crate uses an unstable library feature, so I've kept it at version 0.21.0 for now |
This has been resolved so i'll close this then. |
I want to use photon with the rust
image
crate. However image v0.23.10 is not compatible with photon which is using image v0.21.1. I would love to see support for the latestimage
crate with photon as it offers great gif support!When I tried manually, there were 188 issues present. A lot of the library has changed, so someone well versed with the library would have to do it.
The text was updated successfully, but these errors were encountered: