Re: Saving Tiff's as JPEG
Posted by
Wayne Rasband on
Oct 12, 2005; 5:59pm
URL: http://imagej.273.s1.nabble.com/Saving-Tiff-s-as-JPEG-tp3704703p3704707.html
> The confocal microscopy set up that I am using in my
> experiments can save images only in TIFF's.. But the code
> that I have written in Matlab to stitch images works with
> JPG's. I know that you can open a TIFF image in ImageJ and
> then save as a JPG. Can one of you send me a macro to do
> this operation for all the images in a particular directory.
> I need ImageJ to open each and every image in a given
> directory and save those images as JPG's. I am novice as far
> as using the software or writing the macro for that matter.
> Hope to hear a reply soon.
The BatchConvert macro at
"
http://rsb.info.nih.gov/ij/macros/BatchConvert.txt" will convert a
folder of TIFFs to a folder of JPEGs.
-wayne