Computer Science Canada WhatDotColor Image SCan. |
Author: | ecliptical [ Mon Dec 19, 2005 8:43 pm ] |
Post subject: | WhatDotColor Image SCan. |
ok so i have a 230 x 140 image that I have written into a file as a long (32200 single digit number) string of one value number (either 0 or 7 (white or black)) now I would like to output the picture from that file ... I know how to open the file etc... but how do i format the for loop? |
Author: | ecliptical [ Mon Dec 19, 2005 9:15 pm ] | ||
Post subject: | |||
figured it out by myself ...
|
Author: | Cervantes [ Mon Dec 19, 2005 9:18 pm ] | ||
Post subject: | |||
Something like that. It depends on how you've set up your file. |