- Aug 3, 2006
- 195
- 0
- 82
Ive done the smaller ones so far, i tried using just the TBitmap and its quicker but the placements output is carnage as each placement has its own file and when you have 70,000+ hum/weapon images![]()
Take a look at how I handled the placements files in my original WIL viewer. I think I wrote them in batches of 255 or something into their own folder. eg. \1\1-255.bmp \2\256-512.bmp
If you load the files into a TMemoryStream like we had originally it will be way quicker at the export also - but slow to load initially on larger files.
