I have not changed
-clut, at least no yet.
Not certain what it does either. But I would agree that it should remove the last image as the CLUT image, and then loop over all the other images.
Pulling my soap box out....
I would like
-composite to do this too. but currently you have to insert a '
null:' separate image and use
-layers composite to do that.
The problem is there is a 'three image' form of
-composite, though really it is equivalent to using the third image to temporarily set a write mask (after negating the thrid image) on the first image.
See the last example in...
Write Masks - Protecting Pixels from Change
http://www.imagemagick.org/Usage/masking/#write_mask
Which shows the 'equivalent' three image composition using a normal two image composition.
WARNING: -mask sets a 'protect these pixels' mask. -composite however uses a 'write these pixels' mask (the negated form)
Basically the difference is what a 'white' is supposed to represent in the masking image.