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

Make "Save With Mark" run successfully #96

Open qixinbo opened 4 years ago

qixinbo commented 4 years ago

Currently, there is a bug for the "Save With Mark", as is described in this issue Here the function "save_buffer" is added in the canvas class. The the issue #92 is fixed.