Glue images vertically with some cropping

Again, couldn’t find how to get list size for expression:

gmic.exe -ig clip*.png -crop 100,70,880,770 -array 1,??? -display

What I am trying to do is stitch N screenshots into one long vertical stripe.

Try
gmic.exe -ig clip*.png -crop 100,70,880,770 -append y -d

and …

Use extensively “-h”, e.g. gmic -h -append !

1 Like

Renamed the topic. -append y helps. I am still trying to get cropping right. I need to crop top and header banners from the resulting stripe, but it looks like subsequent crops still work on initial list. I will post the exact command once I get a better reference image set to validate this.