danishm / mritopng

A simple python module to make it easy to batch convert DICOM files to PNG images.
MIT License
137 stars 48 forks source link

Changed PNG writer to have correct shape #1

Closed neheller closed 7 years ago

neheller commented 7 years ago

Changed indices of shape to actually reflect correct values for png.Writer(). When built the first time was probably only tested on square images.

danishm commented 7 years ago

Thank you Nick, merged!