image-rs / image

Encoding and decoding images in Rust
Apache License 2.0
4.96k stars 618 forks source link

Add optional serde feature for image::ImageFormat #2374

Closed Snapstromegon closed 3 days ago

Snapstromegon commented 4 days ago

This change fixes #2254 by adding the non-default serde feature to image::ImageForamt.

Fixes #2254