Just wondering...
Author |
Message |
1337_brad
|
Posted: Sat Nov 27, 2004 6:33 pm Post subject: 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:
code: |
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. |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
Paul
![](http://i12.photobucket.com/albums/a207/paulbian/DDRDuck.png)
|
Posted: Sat Nov 27, 2004 7:46 pm Post subject: (No subject) |
|
|
Pic.Save (picID : int, fileName : string) |
|
|
|
|
![](images/spacer.gif) |
|
|