Closed DorianRudolph closed 5 months ago
Hi @DorianRudolph , thank you for making these changes. I believe they're necessary to support the image crate v0.25.0 and later. I have some concerns that this may break compatibility with image <= 0.24.x but I will look into that separately.
The
save_with_format
call failed withUnsupported(UnsupportedError { format: Exact(Jpeg), kind: Color(Rgba8) })
, since JPEG does not have an alpha channel.