I'm trying to create a .bat file to read .bsv files and turn them into color pngs. The first part of that is using imagej to open the .bsv, and then using a "save all" plugin I added. I tried making a macro but it just gives me errors. How would I, in command prompt, with image j, do:
File->import->raw->myfile.bsv and select 8-bit, width: 4000, height: 2672, offset to first image: 0, number of images: 40, gap between images: 0, little-endian byte order.
then
plugins->Save All
Thanks for any help you can offer!