Suggestions Please - Slide Show/Image Management
- Posted by Alex Chamberlain <alex.chamberlain at tiscali.co.uk> Jan 21, 2006
- 542 views
Hi, Today I wrote a program, using GD and Win32Lib, which allows you to scroll through all the images in the current directory (GIFs and JPGs pnly, but in theory any that GD support) and do several things; - Rotate by 90 degrees clockwise and anticlockwise - Move to a 'Deleted' Folder. It all works, but i've hit a problem - its so slow when you put it in a folder with 140 pictures - I hope to use it with alot more. Basically, at the beginning the prgram asks GD to load all the images, which I'm guessing is the problem. A sequence stores the name of the Image and the handle to the image, any ideas on how I could change this not to load all images? Thanks, Alex