[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Interactive drawing in MCL?
- Subject: Interactive drawing in MCL?
- From: jipan@gmuvax2.gmu.edu (Jiqian Pan)
- Date: Sat, 5 Jun 93 12:40:06 -0400
MCL does not provide any interactive drawing, but we can use an indirect
way to do that. Usually, I use the software SUPERPAINT to draw any
pictures, and then save them as the files with the type PICT. The PICT
file can be directly displayed on a MCL window. With such pictures on
the window, I copy these pictures into bitmaps and save them as a hex
data file so that I can directly read the image data from the hex file next
without using the PICT file.
Hope that would be useful.
-jipan@gmuvax2.gmu.edu