Image-Py / imagepy

Image process framework based on plugin like imagej, it is esay to glue with scipy.ndimage, scikit-image, opencv, simpleitk, mayavi...and any libraries based on numpy
http://imagepy.org
BSD 4-Clause "Original" or "Old" License
1.29k stars 330 forks source link

Bug in File - > Save With Mark #92

Open CsatiZoltan opened 4 years ago

CsatiZoltan commented 4 years ago

File - > Save With Mark fails on this line https://github.com/Image-Py/imagepy/blob/9710a277ad5711ca91c19c9324cb1bc18f4e2ff6/imagepy/menus/File/save_plg.py#L23 with the error

AttributeError: 'Canvas' object has no attribute 'save_buffer'

The same error persists both on Windows and on Linux.

qixinbo commented 4 years ago

You can refer to this PR to solve this problem.