Skip to content
Snippets Groups Projects
Commit 45bd42d4 authored by Kai Schleicher's avatar Kai Schleicher
Browse files

initial commit

parent c2ad39fe
No related branches found
No related tags found
No related merge requests found
#@ File inputimage
#@ File (style="directory") target
open(inputimage);
run("Median...", "radius=15");
title = getTitle();
path = target + "/" + title;
print(path);
saveAs("Tiff", path);
run("Close All");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment