setting list of images
Posted: Tue Feb 26, 2013 1:03 am
Currently we show list of images in a image object. I use following
RegData("OverlayImages", analysisdata.OverlayImages);
where OverlayImages is a List<Image>.
We're getting out of memory exception when we load more than 10 images. So, we plan to save these images on files and give the file pointer to the tool. How can i do this? Hope this will solve our memory problems.
RegData("OverlayImages", analysisdata.OverlayImages);
where OverlayImages is a List<Image>.
We're getting out of memory exception when we load more than 10 images. So, we plan to save these images on files and give the file pointer to the tool. How can i do this? Hope this will solve our memory problems.