What's wrong with my commands?
Posted: 2018-02-14T13:42:40-07:00
So, I just discovered ImageMagick and I'm using it from windows command line. I'm trying to join a bunch of pictures side to side in a single file. Some of the images need to be flipped horizontally, some vertically. My command joins the images, some images gets flipped or flopped, but some don't; I can't figure out the pattern in what's happening, it's weird. This is the way I'm doing it (in this example I want to join four images in a row after flipping the first two horizontally and the second two vertically):
imagemagick.exe convert One.jpg -flop Two.jpg -flop Three.jpg -flip Four.jpg -flip +append Output.jpg
It seems this should be a simple task, any tips as to what I'm doing wrong?
Thanks:)
imagemagick.exe convert One.jpg -flop Two.jpg -flop Three.jpg -flip Four.jpg -flip +append Output.jpg
It seems this should be a simple task, any tips as to what I'm doing wrong?
Thanks:)