Skip to content

Instantly share code, notes, and snippets.

@trose-neuro
trose-neuro / zoom_movie_ImageJ_v2a.ijm
Created July 3, 2018 12:07 — forked from aaristov/zoom_movie_ImageJ_v2a.ijm
Improved ImageJ macro making a movie (stack) of zooming on selected rectangle (ROI) now with logarithmic approach and dynamic scalebar
//ImageJ macro making a movie (stack) of zooming on selected rectangle (ROI)
//v2 Eugene Katrukha katpyxa at gmail.com
//v2a Andrey Aristov: aaristov at pasteur.fr
requires("1.48h");
//check if there is rectangular selection
if(selectionType() ==0)
{
sTitle=getTitle();
sMovieTitle=sTitle+"_zoom_movie";