johannesvollmer / exrs

100% Safe Rust OpenEXR file library
Other
149 stars 22 forks source link

Automate conformity tests #2

Open johannesvollmer opened 4 years ago

johannesvollmer commented 4 years ago

Use the bindings to the official open exr library to check whether encoding and decoding works as expected

johannesvollmer commented 4 years ago

All we need for that is a simple "convert exr to json" command line tool which is invoked from Rust.

This would enable testing if the library outputs correct exr files, and simultaneously enable testing if the reading process works correctly.