|
Hello,
I am trying to overlay two images with an ImageJ macro. I am running ImageJ 1.51g.
I did a search and found code that I thought would work, but it keeps returning the original image file in the specified output folder.
Code:
run("Add Image... ", "image= Test.tif x=0 y=0 opacity=100 zero");
The image I am trying to overlay is called Test.tif and I am trying to overlay it on all the .tif images in the specified input and then save these files to a separate location.
Any help with this would be greatly appreciated.
Thank you
|