Re: [matplotlib-devel] imread issues

2011-12-09 Thread Christoph Gohlke
Pull request at Christoph On 12/9/2011 12:11 PM, Christoph Gohlke wrote: > Hello, > > while working on the scikits-image io plugin system, I noticed some > issues with matplotlib's imread function. I have a patch for all these > issues and will

[matplotlib-devel] imread issues

2011-12-09 Thread Christoph Gohlke
Hello, while working on the scikits-image io plugin system, I noticed some issues with matplotlib's imread function. I have a patch for all these issues and will submit a PR but wanted to check on the list first. 1) imread does not properly detect the file type if an open file handle is used.