Skip to content

Instantly share code, notes, and snippets.

@bogovicj
Created December 8, 2025 20:26
Show Gist options
  • Select an option

  • Save bogovicj/ecafb4d7cecf95d6c1f702241708cf82 to your computer and use it in GitHub Desktop.

Select an option

Save bogovicj/ecafb4d7cecf95d6c1f702241708cf82 to your computer and use it in GitHub Desktop.
An ImageJ2 script that opens some File with the IOService.
#@ 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