ImageViewer images collection

Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.

Moderator: Alex

Post Reply
mimo4o
Posts: 9
Joined: Fri Mar 19, 2010 5:12 pm

ImageViewer images collection

Post 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
mimo4o
Posts: 9
Joined: Fri Mar 19, 2010 5:12 pm

Re: ImageViewer images collection

Post by mimo4o »

:shock:
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

Re: ImageViewer images collection

Post 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
mimo4o
Posts: 9
Joined: Fri Mar 19, 2010 5:12 pm

Re: ImageViewer images collection

Post by mimo4o »

Hello Alex,

I downloaded the latest version yesterday and tried it but the above problem still exists.
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

Re: ImageViewer images collection

Post 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
mimo4o
Posts: 9
Joined: Fri Mar 19, 2010 5:12 pm

Re: ImageViewer images collection

Post 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
mimo4o
Posts: 9
Joined: Fri Mar 19, 2010 5:12 pm

Re: ImageViewer images collection

Post by mimo4o »

Hello Alex,

I try with version 4.0.7.1 and the problem is solved.

Thank you!
Best regards
Post Reply