1. Re: BMP
- Posted by Colin Taylor <cetaylor at COMPUSERVE.COM> Mar 25, 1998
- 799 views
- Last edited Mar 26, 1998
On March 25 you wrote: >Colin Taylor has a bitmap.e file and explains this in his text file: >"Windows bitmap (.bmp) files can be converted to Euphoria >bitmaps by the read_bmp() routine." I want to know how to convert .bmp t= o >(I assume) .bm files. An example is attached. Your help is appreciated! The reference to "read_bmp()" was a typo (as you might have guessed by now). It should have read "read_bitmap()". My apologies for any confusi= on caused. Euphoria bitmaps are just 2-D sequences which contain pixel color values.= = They can be saved as a sequence, but are usually just used as program variables. Colin Taylor