help on a very simple persistence of vision patch?

prismspecs's icon

I just want to take an image, break it down to columns of 1 pixel wide strips, and play those rapidly in order. Tried using scissors, but it seems 16 is the maximum amount of outputs.
Ideas?

mzed's icon

I would use the source and destination dimensions features in jit.matrix. Check out Jitter tutorial #14.