I needed to combine multiple jpeg images into one. I found the solution at https://stackoverflow.com/questions/20075087/how-to-merge-images-in-command-line. Basically the command I gave was
convert Form*.jpeg +append form1a.jpg
Random posts by Rajendra Gokhale about any topic that catches his fancy but mainly related to programming apparently ...
I needed to combine multiple jpeg images into one. I found the solution at https://stackoverflow.com/questions/20075087/how-to-merge-images-in-command-line. Basically the command I gave was
convert Form*.jpeg +append form1a.jpg
No comments:
Post a Comment