RE: Digest for EUforum at topica.com, issue 1526
- Posted by Brian Broker <bkb at cnw.com> May 08, 2002
- 632 views
loadBitmapFromFile also supports more than 256 colors. Really old versions of win32lib from the David Cuny days did only support 256 color images but we fixed that long ago. Keep in mind that the function only supports bitmap images (only .bmp, no internal support for .jpg, .gif, nor .png without the help of a decoder). Try converting your images to bitmaps and see how that works. I made a demo yesterday that uses 24-bit color bitmaps but I hadn't uploaded it because the images were a bit large. I just uploaded it and you can get it from: http://www.cnw.com/~bkb/Eu/transblt.zip (~519KB) -- Brian Renzo Beggia wrote: > Brian, > > gee, it must be loadbitmap from file then , how can i solve this > problem? > > Renzo