Run an ImageJ macro directly from GitHub Gist
Posted 23rd May 2018
No comments
Simple code that enables you to host your ImageJ macro scripts on GitHub Gist but execute them from a local machine.
Timestamp generation as a string in ImageJ macros
Posted 20th March 2018
No comments
Generate a timestamp in the format yyyyMMddhhmmss within a macro for ImageJ.
An ImageJ batch processing macro that works
Posted 15th March 2017
No comments
A helpful generic ImageJ macro script that can be used to loop through files of type in a selected directory and then do something to them.