Scale when converting

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Scale when converting

Simon Roussel
Dear Wayne,
under Windows with version 1.37i,
the Edit/Option/Scale when converting always resets when starting ImageJ.
Simon
Reply | Threaded
Open this post in threaded view
|

Re: Scale when converting

Wayne Rasband
> Dear Wayne,
> under Windows with version 1.37i,
> the Edit/Option/Scale when converting always resets when starting
> ImageJ.

That is intentional. You can force "Scale When Converting" in
Edit>Options>Conversions to always be off when ImageJ starts by adding
this macro to StartupMacros.txt:

   macro "AutoRun" {
       run("Conversions...", " ");
   }

-wayne
Reply | Threaded
Open this post in threaded view
|

Isolines?

Weller Andrew Francis
Dear all,

Is it possible to generate various maps with isolines on in ImageJ?

For example, if I have a base image (ie, a map) and several files with
various information on (height, depth, etc), can this be overlain on the
base image in differing colours or in isoline form, etc?

Many thanks, Andy
Reply | Threaded
Open this post in threaded view
|

Re: Isolines?

dscho
Hi,

On Thu, 6 Jul 2006, Andy Weller wrote:

> Is it possible to generate various maps with isolines on in ImageJ?
>
> For example, if I have a base image (ie, a map) and several files with
> various information on (height, depth, etc), can this be overlain on the
> base image in differing colours or in isoline form, etc?

I guess you mean something like a topographic map? How about the attached
macro?

Ciao,
Dscho

Topolines.txt (1K) Download Attachment