Created
December 8, 2025 20:26
-
-
Save bogovicj/ecafb4d7cecf95d6c1f702241708cf82 to your computer and use it in GitHub Desktop.
An ImageJ2 script that opens some File with the IOService.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #@ File f | |
| #@ UIService ui | |
| #@ IOService io | |
| /** | |
| * Explicitly use the ImageJ2 IOService to open some file. | |
| */ | |
| ui.show(io.open(f.getAbsolutePath())); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment