Login  Register

Re: draw a vertical line - malfunctioning??

Posted by Gabriel Landini on Dec 28, 2007; 5:46pm
URL: http://imagej.273.s1.nabble.com/Plugin-announcement-Orientation-measurements-tp3697674p3697683.html

On Friday 28 December 2007, Rewald, Boris wrote:
> How can I  transform all pictures in a current file? ... run("Open next")
> did not work ...

Do you mean in a current folder?
If so, please look here:

http://rsb.info.nih.gov/ij/macros/

There is a large collection of macros. Perhaps the BatchConvert.txt or
BatchProcessFolders.txt macro is what you want.

> saveAs("Jpeg", "D:\\DrArbeit\\Rhizoskopie\\Analysierte Bilder\\Ab\\Versuch
> Linie\\NEU\\AbEiDa_T008_L000_01.09.2006_1200_014_Bor.jpg");

I would suggest not to use jpeg format, though. Each time you save in that
format you change the contents of the image (it is a lossy format).

Regards,

G.