I am attempting to input a series of raw ,compressed images in order to do
some processing on the images. I use the functions input,vencode and raw2viff
to input the files, where the filename in the input glyph is given as
"scene.$count.z". The input glyph is fed by the count loop glyph. This works
fine .
However, when I define a procedure called "pic_input" which includes the
input glyph ,the vencode glyph, and the raw2viff glyph , and feed it with the
count loop it doesnt work. It only inputs the final value to the rest of the processing. Is there some special way to connect the count_loop glyph to a procedure as oppposed to a regular glyph.