emcconville / wand

The ctypes-based simple ImageMagick binding for Python
http://docs.wand-py.org/
Other
1.42k stars 199 forks source link

Fix pseudo image display #641

Closed Jrank2013 closed 1 year ago

Jrank2013 commented 1 year ago

Currently the display function will fill not properly add the png format for xc or wiff images. This fix will add a test and fix the function it displays properly.

emcconville commented 1 year ago

Thanks for this PR. I'll happily merge this, but would like to ask you to remove the unit test. The display functions is something we don't want to invoke with some CI/CD tools.

Jrank2013 commented 1 year ago

I've removed the file.

emcconville commented 1 year ago

Awesome -- thanks!