We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When opening an image via Bio-Formats (example: images/C3-jw-30min/C3-jw-30min 5_c5.tif) I see the following message in the console window pop up:
[SciJava-79f3d0ea-Thread-3] INFO loci.formats.in.MinimalTiffReader - Reading IFDs [SciJava-79f3d0ea-Thread-3] INFO loci.formats.in.MinimalTiffReader - Populating metadata [SciJava-79f3d0ea-Thread-3] INFO loci.formats.in.TiffReader - Checking comment style [SciJava-79f3d0ea-Thread-3] INFO loci.formats.in.BaseTiffReader - Populating OME metad
In my case, the messages are being emitted to stderr, while on @ctrueden's system they are emitted to stdout.
There is also a corresponding post on the forum regarding this topic.
The text was updated successfully, but these errors were encountered:
This issue has been mentioned on Image.sc Forum. There might be relevant details there:
https://forum.image.sc/t/information-printing-into-console-when-opening-images-with-bio-formats/60494/6
Sorry, something went wrong.
The problem is caused by the presence of jars/slf4j-simple-1.7.26.jar. See this reply for details.
jars/slf4j-simple-1.7.26.jar
ctrueden
No branches or pull requests
When opening an image via Bio-Formats (example: images/C3-jw-30min/C3-jw-30min 5_c5.tif) I see the following message in the console window pop up:
In my case, the messages are being emitted to stderr, while on @ctrueden's system they are emitted to stdout.
There is also a corresponding post on the forum regarding this topic.
The text was updated successfully, but these errors were encountered: