I’m using ImageJ/Fiji.
$ ImageJ --headless --console -eval "print(getVersion());" | tail -n 1
2.1.0/1.53g
ImageJ Built-in Macro Functions says
roiManager(“fill”)
Fills the selected ROIs, or all ROIs if none are selected, using the equivalent of the Edit>Fill command.
I noticed that the result of ROI Manager Fill and Edit > Fill is different for XOR selection as illustrated in the following videos:
ROI Manager Fill for XOR selection
Edit > Fill for XOR selection
I was expecting the result to be the same. Is it a bug?