Re: why I asked about 'speed'
- Posted by David Cuny <dcuny at LANSET.COM> May 04, 1999
- 446 views
Davi Figueiredo wrote: > createDIB() does not create 24-bit bitmaps, however; if > you (or anyone else) want it, I can post a routine I made > some time ago to create true color bitmaps from sequences. I'm interested. Someone reminded me again that Win32Lib does not support compressed bitmaps. The default routine that Win32Lib calls is not supported under NT (grrrr...), so for NT I load the data structures manually. That's why if you are using compressed bitmaps, the work fine under Win95, but not under NT. Just something to keep in mind for portability. -- David Cuny