Images,Images,Images... 
Author Message
 Images,Images,Images...

I work with thousands of small pictures - thumbnails and use CImageList to
present them in CListCtrl, but the problem is that size of CImageList with
3000 items is about 10 Mb, I need the way to keep thumbnails in CImageList
only for visible items.

David.



Sat, 07 Feb 2004 17:15:20 GMT  
 Images,Images,Images...
So use Add when a thumbnail becomes visible and Remove when it goes
invisible. Assume that when you remove at X the other images X+1 to N are
moved down 1 index position.


Quote:
> I work with thousands of small pictures - thumbnails and use CImageList to
> present them in CListCtrl, but the problem is that size of CImageList with
> 3000 items is about 10 Mb, I need the way to keep thumbnails in CImageList
> only for visible items.

> David.



Sat, 07 Feb 2004 18:20:11 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Place existing image inside image object

2. saving images in SQL database and retrieving them back into images

3. Printing Text and images, images not printing

4. image processing of tiff images

5. How to draw an object on the image without erasing the image

6. image processing of tiff images

7. Disabled image from color masked image list.

8. Image List: Creating images from a Bitmap Array

9. How to Merge Images into an Image List?

10. Printing Text and images, images not printing

11. GIF, JPEG, MBP Image printing on Postscript printers, Image toolkits

12. Why 256 color image is displayed as 16 color image

 

 
Powered by phpBB® Forum Software