Login  Register

Re: Translating Object-Image macros to ImageJ

Posted by dscho on Oct 16, 2005; 1:40pm
URL: http://imagej.273.s1.nabble.com/Translating-Object-Image-macros-to-ImageJ-tp3704669p3704670.html

Hi,

On Sat, 15 Oct 2005, Puneet Kishor wrote:

> 1. I want to translate Object-Image macros into ImageJ macros. Is there a
> canonical dictionary for doing this? Some commands are self-explanatory, while
> with others I get lost. Are all functions in OI available in ImageJ? If not,
> how do I find out which ones are missing? If there is a source that I can read
> about this, kindly direct me to it accordingly.

I don't know about Object-Image. Sorry.

> 2. Can ImageJ be scripted by Perl or Python? (I am especially interested in
> Perl, but Python will do as well).

One could use jython to implement a plugin to be able to script ImageJ in
Python, but AFAIK nobody has done so yet.

> 3. How can I serve ImageJ-processed images on to the web? Is there a way to
> CGI it, so to say?

The easiest way is to implement a java servlet. I think there is a
reference in the documentation section on ImageJ's website.

Hth,
Dscho