imagepy icon indicating copy to clipboard operation
imagepy copied to clipboard

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

Results 58 imagepy issues
Sort by recently updated
recently updated
newest added

*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 ```python AttributeError: 'Canvas' object has no attribute 'save_buffer' ``` The same error persists both on Windows...

Currently, there is a bug for the "Save With Mark", as is described in [this issue](https://github.com/Image-Py/imagepy/issues/92) Here the function "save_buffer" is added in the canvas class. The the issue #92...

Since *ImagePy* relies on the powerful pandas package, and its philosophy is to keep the dependencies at a minimum, I recommend [this contribution](https://github.com/bluenote10/PandasDataFrameGUI). Its installation with pip is a one-liner...

I realized that when I tick the *preview* checkbox or if I click on the *OK* button, the `run` method is invoked. If one is satisfied with the preview, the...

Markdown files are not rendered on Linux. The title of the wxwidgets window is shown but not the content. No exception is thrown. I observed that both the LoadURL method...

Some information can be found about ImagePy but they are scattered around the [main repository](https://github.com/Image-Py/imagepy), the [demo plugin](https://github.com/Image-Py/demoplugin/tree/master/doc) and [image.sc](https://forum.image.sc/tag/imagepy). I propose creating a repo just for the documentation (could...

A command-line option to `python -m imagepy` would be useful to enable the user to choose whether to show plugin loading failure or not. The warning could still be printed...

I realized that I couldn't find an image file with .PNG extension. It is because ImagePy only loads .png (i.e. with lower case). You could consider accepting upper case extensions...

The PyCharm IDE is more powerfull than "Develop tool suite -> command line" or the PyAlaCarte. Is it any way to use PyCharm as code editor and the command line...

For the network tool to work with Python 3.7.6, we need some changes: - at most `networkx` package version 2.1. Reason: the `node` attribute no longer exists as of version...