Trip of the lineas and join images

I want to convert some series of images in use alone for load in http.
They form cutting a linea of each image and join in serie.

https://cs.stanford.edu/people/karpathy/convnetjs/demo/cifar10.html

gmic cifar10_batch1.png resize 32,32,1000,3,-1 split z output cifar.png

will generate 1000 numbered cifar_00xxxx.png color images.

1 Like

And to do the reverse effect?

gmic cifar_000*.png append z resize 1024,1000,1,3,-1 output cifar_batch.png

thanks :smiley: