Open jakirkham opened 7 years ago
As I'm not sure what time we have to pursue this currently, am going to simply try to package PymageJ so that people can make use of this to generated their own ImageJ ROIs if they wish.
xref: https://github.com/conda-forge/staged-recipes/pull/2434
Should add ijroi has been packaged as well. ( https://github.com/conda-forge/staged-recipes/pull/1831 )
Has been requested by a user to be able to export ImageJ ROIs. Couple of options for doing this. One is to use PymageJ, which is able to write ImageJ ROIs. Unfortunately it is GPLd, which would force a licensing change here that seems undesirable IMHO. A second option is to use ijroi, which is able to read ImageJ ROIs, which is under the MIT license. However, we would need to add a way to write them. ( https://github.com/tdsmith/ijroi/issues/3 )