[PD] jpgs work with [pix_image] but not [pix_multiimage]

Claude Heiland-Allen claudiusmaximus at goto10.org
Thu Jun 17 23:23:29 CEST 2010


On 17/06/10 22:01, Hans-Christoph Steiner wrote:
...
> 001-LON93591.jpg
...
> [pix_multiimage *.jpg 20]
...

pix_multiimage.cpp:154:	    sprintf(newName, "%s%d%s", bufName, realNum, 
postName);

So '*' is not really a wildcard, but a placeholder for a number. 
Personally I don't like to number my images with %d, at least I'd rather 
use %08d or similar...


Claude



More information about the Pd-list mailing list