I am using the bioformats macro extension 'openImagePlus' in a macro that I am running from the command line using headless Fiji, and I am seeing different behaviour between a mac and linux os. When running on mac I see
[INFO ] OMETiffReader initializing
On linux I see a much more verbose output, and eventually get messages like this
[Run$_main] DEBUG loci.formats.FormatHandler - Plane[1]
for every plane. This seems to make the macro run much slower under linux (where I eventually want to work).
Any thoughts about why this happens and how I can stop it?
Cheers,
Dan.
P.S. Bioformats is up to date (5.0.4) and I tried a daily build version as well.