multi-page TIFF writer

Stéfan van der Walt stefan at sun.ac.za
Thu Apr 18 11:47:07 EDT 2013


On Thu, Apr 18, 2013 at 5:12 PM, Zachary Pincus <zachary.pincus at yale.edu> wrote:
> Also, BTW, I get the below test failure when I have matplotlib but no PIL installed. I think test_imread_url or the test right before it must be making some incorrect assumptions. (If I re-run the tests after this failure, then also all of the tifffile tests fail, so it seems that some test isn't doing proper teardown of the image loading plugins?)

Ah, I see what's happening.  This one might be a job for @tonysyu --
Tony, this looks weird because matplotlib is supposed to be able to
handle pngs (and you are reading in a png in that test).  So perhaps a
bug in matplotlib when providing a "file-like object"?

Stéfan



More information about the scikit-image mailing list