An ImageJ-based stand-alone application

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

An ImageJ-based stand-alone application

Urban Simoncic
Dear All,

I would like to reuse the functionality of ImageJ in a stand-alone
application and I am wondering if that is possible by macro or script
programming, or I have to learn and recycle the code of ImageJ
application. Basically, I would like to have an application, where the
user does not need to know anything about the ImageJ and I am looking
for the easiest way to do that.

Thanks in advance,
Urban

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: An ImageJ-based stand-alone application

ctrueden
Hi Urban,

> I would like to reuse the functionality of ImageJ in a stand-alone
> application and I am wondering if that is possible by macro or script
> programming, or I have to learn and recycle the code of ImageJ
> application.

A subset of the ImageJ API is accessible via macros. And the entire API is
accessible via scripts -- e.g., Javascript, Beanshell; other languages
available as part of the Fiji distribution of ImageJ [1].

> Basically, I would like to have an application, where the user does
> not need to know anything about the ImageJ and I am looking for the
> easiest way to do that.

You are looking to create your own application which provides some of the
same functionality as ImageJ? Sounds like a lot of work no matter how you
spin it, but it is certainly possible. ImageJ has many layers, and the
complexity will depend on which layer(s) you want to harness. If you
elaborate more specifically on what you are trying to do, and any specific
questions you have, we can comment further.

Regards,
Curtis

[1] http://fiji.sc/

P.S. One goal of the ImageJ2 project (http://developer.imagej.net/) is to
facilitate this sort of thing without needing to modify any core ImageJ
source code.


On Mon, Apr 29, 2013 at 7:01 AM, Urban Simoncic <[hidden email]>wrote:

> Dear All,
>
> I would like to reuse the functionality of ImageJ in a stand-alone
> application and I am wondering if that is possible by macro or script
> programming, or I have to learn and recycle the code of ImageJ application.
> Basically, I would like to have an application, where the user does not
> need to know anything about the ImageJ and I am looking for the easiest way
> to do that.
>
> Thanks in advance,
> Urban
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.**html<http://imagej.nih.gov/ij/list.html>
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html