Displaying a JPEG image does not work with image
crate version higher than 0.24
#4464
Labels
bug
Something is broken
image
crate version higher than 0.24
#4464
I was recently trying to display a JPEG image in a egui window using eframe but it would consistently say "Image format JPEG not supported". When trying to display a PNG, it worked perfectly however. To be clear, I had already included the jpeg features in my Cargo.toml.
I found the only thing that fixed it was changing the
image
crate version from0.25.1
to0.24
.I am using this test code pulled from the egui image example
This Cargo.toml doesn't work
This Cargo.toml does work
The text was updated successfully, but these errors were encountered: