
-----------------------------------
1337_brad
Sat Nov 27, 2004 6:33 pm

Just wondering...
-----------------------------------
I was just wondering if there was a way to get turing to create and save certain file types such as say a jpg.  For example if I had:

Draw.Line(100,100,200,200,black)
Draw.Oval(200,200,50,50,red)
var pic : int := Pic.New(0,0,300,300)


And I wanted to take that picture I had just taken with the "var pic : int := Pic.New(0,0,300,300)" and save it as an image file (jpg, bitmap etc)


Any help would be appreciated.

-----------------------------------
Paul
Sat Nov 27, 2004 7:46 pm


-----------------------------------
Pic.Save (picID : int, fileName : string)
