Skip to content

Fix shape determination for zlib compression

Chet Nieter requested to merge chet.nieter/cinema_python:fix-zlib-shape into master

Storing the shapes of images stored with zlib compression so they can be correctly resized when loaded back into the data store. The image size is currently stored in the data stores metadata. This merge request also contains some tweaks to the tests to make it easier to run individual tests.

Merge request reports