Computer Science Canada Just wondering... |
Author: | 1337_brad [ 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:
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. |
Author: | Paul [ Sat Nov 27, 2004 7:46 pm ] |
Post subject: | |
Pic.Save (picID : int, fileName : string) |