Replies: 1 comment
-
Otherwise, yes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is what I got so far. @fintelia @197g let me know if this is good to go.
image v0.25.8: plugin API, Exif writing, faster blur and more!
imageis the #1 image manipulation crate. The highlights of this release are:image.wtfformat,image::open("img.wtf")?;will Just Work.imagebalances performance with safety and complexity. More complex implementations such as libblur should perform even better, at the cost of complexity and someunsafe.DynamicImage, the pixel format (e.g. 16-bit RGBA) will be automatically converted into a pixel format the format supports (e.g. 8-bit RGBA) instead of returning an error.GenericImageare unchanged and still return an error on pixel format mistmatch.Beta Was this translation helpful? Give feedback.
All reactions