Page 1 of 1

ImageViewer images collection

Posted: Wed May 05, 2010 1:03 pm
by mimo4o
Hello,

I have a problem with image viewer. When I use big tiff file for example 500 pages, I dispay thumbnails of images in thimbnail viewer.
The code is: imgViewer.Images.Add(this.filename);

When I scroll in thumbnailViewer thumbnail by thumbnail, I get error "out of memory".
In Windows Task Manager I see that memory usage of my application is very big.

Is there any way to optimize memory usage. For example, after display an image in imageViewer and go to next image, to realise resources for first image?

Best regards

Re: ImageViewer images collection

Posted: Fri May 07, 2010 11:57 am
by mimo4o
:shock:

Re: ImageViewer images collection

Posted: Fri May 07, 2010 1:03 pm
by Alex
Hello,

Sorry for a delay, I thought I answered your question.

Please download the latest version (4.0.5.7) of VIntaSoftImaging.NET SDK, try it and let me know results.

Best regards, Alexander

Re: ImageViewer images collection

Posted: Mon May 10, 2010 9:55 am
by mimo4o
Hello Alex,

I downloaded the latest version yesterday and tried it but the above problem still exists.

Re: ImageViewer images collection

Posted: Tue May 11, 2010 7:58 pm
by Alex
Hello,

I think you are loading images from many files into the ImageViewer. Am I right?

Please download version 4.0.7.1 of VIntaSoftImaging.NET SDK - the problem is solved.

Best regards, Alexander

Re: ImageViewer images collection

Posted: Wed May 12, 2010 11:45 am
by mimo4o
Hello Alex,

As I mentioned above I am loading images from one big tiff file (700 mb, 600 pages).
The code is: imgViewer.Images.Add(filename);

10x for reply. I will download version 4.0.7.1 of VIntaSoftImaging.NET SDK and try again.

Best regards

Re: ImageViewer images collection

Posted: Thu May 13, 2010 11:59 am
by mimo4o
Hello Alex,

I try with version 4.0.7.1 and the problem is solved.

Thank you!
Best regards