1. Re: QB--Euphoria Question
- Posted by stab master <stabmaster_ at HOTMAIL.COM> Feb 18, 1999
- 444 views
well, the easiest way would probably be to have your images as 256-color BMPs. There's a built-in function in Euphoria to read these images, you use it something like this: include image.e sequence image,palette image=read_bitmap("path\\filename.bmp") palette=floor(image[1]/4) --palette data image=image[2] --image data If you don't like the BMP format then there's libraries to read and save GIFs and PCXs on the official Euphoria homepage. If you still want to use the BSAVE/BLOAD format then you can get information on this format on www.wotsit.org under the "binaries" section. I hope this helps... ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com