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