Skip to content

Dear Internet Explorer user: Your browser is no longer supported

Please switch to a modern browser such as Microsoft Edge, Mozilla Firefox or Google Chrome to view this website's content.

Check file names with RegEx in ImageJ

Posted 26th July 2019

No comments

Use regular expressions to apply different steps in an ImageJ macro script by querying the file name.

Read the full story...

Run an ImageJ batch processing macro in “headless” mode

Posted 23rd October 2018

No comments

Instructions for running an ImageJ macro script in “headless” mode via the command prompt in Windows.

Read the full story...

Make ImageJ 1.x work in the background

Posted 22nd October 2018

No comments

Run ImageJ macro scripts in “batch mode” to improve performance and allow images to be processed in the background.

Read the full story...

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.

Read the full story...

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.

Read the full story...

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.

Read the full story...