Computer Science Canada saving a image |
Author: | stajanleafs [ Fri Jan 19, 2007 5:01 pm ] |
Post subject: | saving a image |
i would like to know how to save a image in turing so that it can be loaded later. this would be gret for my paint project but id like to know if this is even possible |
Author: | Clayton [ Fri Jan 19, 2007 6:06 pm ] |
Post subject: | Re: saving a image |
look up Pic.Save() |
Author: | Windsurfer [ Sat Jan 20, 2007 4:44 pm ] |
Post subject: | RE:saving a image |
Keep in mind that the saved picture will be in Bitmap only, so the file size could be huge. A 500 by 500 pixel image is about one megabyte. |