Re: saving to bitmap files
- Posted by CChris Jan 12, 2009
- 962 views
DanM said...
I don't know how I could possibly miss the function RIGHT BELOW THE ONE I WAS LOOKING AT, with practically the same name, but obviously I did. Sigh.
Thank you Chris, for pointing it out to me, so far that looks like it will work just fine.
Dan
And if speed is a concern, you may want to look at Win32Dib by T. Carlier, which provides a handy way to process bitmaps in a device-independent, win32lib-compatible way. Beware that pixels are encoded as BGR, not RGB. Requires v0.60+. No known complaints from users of 0.7x series, so it must be working just as well.
CChris