image
image copied to clipboard
Basic serde support
trafficstars
Releated: https://github.com/image-rs/image/issues/1381
License
I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to choose either at their option.
Is there a reason that this cannot use Serde derives? Do the non-exhaustive annotations cause issues or something?
It would indeed be useful to have serde support for ImageBuffer as well, for example, RgbaImage would be helpful for me.