Re: Using Bitmaps Converted to Sequence
- Posted by Guillermo Bonvehi <knixeur at speedy.com.ar> Jul 06, 2004
- 477 views
You could for example allocate a space in memory copy the contents of the sequence there and send the pointer to that space to (some) win32lib functions. I did this a couple of times in the past, if my memory doesn't file readBitmapFromFile2() allowed you to do this. On Mon, 05 Jul 2004 20:41:39 -0700 cklester <guest at RapidEuphoria.com> wrote: > > > posted by: cklester <cklester at yahoo.com> > > There are a couple of programs in the archive that convert > bitmaps to sequences. If I were to convert a bitmap to a > sequence, how would I then use it in, for instance, win32lib? > > -=ck > "Programming in a state of EUPHORIA."