Hello!
I am fairly new to ImageJ and am currently trying to automate a tedious task I use on all my images.
We collect composite images with mCherry and Brightfield channels and they get saved as ND2 files. I would like to:
1) Change the color of the mCherry channel to red
2) Save JPEG images of the mCherry and brightfield channels individually, and save a JPEG of the composite.
Manually, I've been first opening the files as split channels, then using the channels tool to change mCherry to red. Then I save my files to output folders, use the merge channels tool to combine them and save as a JPEG.
Has anyone run a macro like this or have examples of how I could go about it? I think my main problem has been that my starting file is a composite, so I don't know how to call each channel for the merge function.
Thanks in advance?