1. Using Bitmaps Converted to Sequence
- Posted by cklester <cklester at yahoo.com> Jul 06, 2004
- 501 views
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."
2. Re: Using Bitmaps Converted to Sequence
- Posted by Guillermo Bonvehi <knixeur at speedy.com.ar> Jul 06, 2004
- 476 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."
3. Re: Using Bitmaps Converted to Sequence
- Posted by cklester <cklester at yahoo.com> Jul 06, 2004
- 472 views
Guillermo, I get "source line too long" when trying to include the file that b2s.ex creates. Also, the "image" variable needs to be declared as "object" not "sequence," because it can be an atom. -=ck "Programming in a state of EUPHORIA."