Cypod wrote: > how do you create a whole image out of a list of numbers?
In GridFlow: list with 240*320*3 elements all of which are floats | [#import ( 240 320 3 )] | grid with height 240, width 320, 3 channels. You can also feed the floats to [#import] individually or in smaller groups than a whole image, it will output the grid when it has got just enough, and any extra count towards the next grid. I'm not sure how to do it in Gem. Claude -- http://claudiusmaximus.goto10.org _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
