Add support for opening images into raw data. There's a crate in Rust named [image](https://crates.io/crates/image) that should do this for us. Possibly add an ImageFile struct/trait that encapsulates this file object, and an ImageFileOpener to open them.
Add support for opening images into raw data.
There's a crate in Rust named image that should do this for us.
Possibly add an ImageFile struct/trait that encapsulates this file object, and an ImageFileOpener to open them.