vote up 0 vote down
star

I know you can do it one by one, but is there an easier way to do it?

flag

1 Answer

vote up 1 vote down
check

I am assuming you are using an earlier version of ImageJ, since later versions let you open multiple files at once. You can add this functionality to ImageJ by using the File_Opener.java plugin found here. It functions as a file browser and you select multiple files in the usual way.

If you are opening many files with the intention of building a stack, I highly recommend using Imagemagick instead. I use it to batch resize, build tif stacks, and crop. Converting bit depth should be done in ImageJ, since stripping extra bits in Imagemagick gives black 8 bit files in ImageJ for some reason. If there is interest, I can provide some quick and dirty command line code to do these things in Imagemagick.

link|flag
cool File_Opener is working for me thanks – glucose Feb 1 at 19:16

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.