Login  Register

Re: Memory Issue

Posted by ctrueden on Feb 01, 2006; 8:15pm
URL: http://imagej.273.s1.nabble.com/Memory-Issue-tp3703847p3703849.html

Hi Carlos,

> I've been using ImageJ for couple of months.
> I use ImageJ with ImageIO plug in[1], to open tiff images.


Is there a reason you cannot use ImageJ's built-in TIFF support?

> In my application, the environment in which ImageJ and ImageIO have
> to run is restricted, it allows only 50MB of memory usage.
>
> When trying to open a tiff file of 596KB of size and 10 pages inside
> (yes, its a multipage tiff), the memory usage of ImageJ is about 110MB!


This sounds like a bug in the ImageIO TIFF reader.

> I can't modify the environment restrictions, so I ask you for help in
> order to
> discover a way to make ImageJ's memory usage becomes much lower.
>
> [1] http://ij-plugins.sourceforge.net/plugins/imageio/


Solving this problem would most likely require some debugging and
experimentation. I would be willing to look into it if you can provide
me access to the TIFF file(s) causing you difficulty.

-Curtis