Batch processing flop and append
Posted: 2012-06-23T18:06:29-07:00
Is there a way to run this command
convert image.jpg ( -clone 0 -flop ) +append result.jpg
on all images in a directory?
Is there a way to use wildcards? Or is a script required?
I use Windows 7. I have never written a script before and from searching, I think it could take me days to try to figure out how to write one myself.
PS This command will create a mirror duplicate of an image and add it to the original image.
Thanks
convert image.jpg ( -clone 0 -flop ) +append result.jpg
on all images in a directory?
Is there a way to use wildcards? Or is a script required?
I use Windows 7. I have never written a script before and from searching, I think it could take me days to try to figure out how to write one myself.
PS This command will create a mirror duplicate of an image and add it to the original image.
Thanks