Claude Heiland-Allen wrote:
I have textures/0.jpg through textures/3.jpg, and I tried sending "open textures/*.jpg 4" to [pix_multiimage], and got:
TIFFOpen: /home/claude/maximus/d01234/textures/4.jpg: Cannot open.
I found the correct syntax: to load 4 images, numbered 0..3, you need to do:
"open textures/*.jpg 3"--[pix_multiimage]
which is a bit counterintuitive...