Need help combining images!
Posted: 2019-03-09T16:37:50-07:00
Hi, I'm new ImageMagick and I need help. I'll try my best to explain my situation and what I want to accomplish.
I have scans of an old comic book in jpg. (horizontal panels of similar length and width). I want to stack all the panels in sets of 4 with no borders or outlines. (So one image would contain 4 panels that are stacked on top of each other).
There's exactly 212 images and I already have them numbered and in order.
I already know how to combine them into one very long strip with this command:
mkdir output
magick *.jpg -append "output\\output.jpg"
I can go and start cropping out manually but there has to be an easier way.
If anyone can help me out with this ill very much appreciate it.
Im on Windows 10 using ImageMagick-7.0.8-32-Q16-x64-dll
I have scans of an old comic book in jpg. (horizontal panels of similar length and width). I want to stack all the panels in sets of 4 with no borders or outlines. (So one image would contain 4 panels that are stacked on top of each other).
There's exactly 212 images and I already have them numbered and in order.
I already know how to combine them into one very long strip with this command:
mkdir output
magick *.jpg -append "output\\output.jpg"
I can go and start cropping out manually but there has to be an easier way.
If anyone can help me out with this ill very much appreciate it.
Im on Windows 10 using ImageMagick-7.0.8-32-Q16-x64-dll