Convert - Mogrify - Append - Same Filename | Windows IM7.0.8
Posted: 2019-10-16T02:43:12-07:00
Hello, this forum is the last resort for my problem, I can't figure it myself after hours of trials and errors. I feel compleatly drained and broke.
Platform - Windows
ImageMagick v7.0.8
Simple task:
We have "test" folder inside ImageMagick portable version with separate png images all named "year-month-day-hour-minute-###-tags"
year-month-day-hour-minute - when I renamed it
### - 001-002-003 etc
tags - each page may contain additional hand made tags for earsier search
My goal to +append all images in "test" folder is specific manner 2+1 4+3 6+5 etc (I figured that 1+2 3+4 5+6 etc will work too with +swap or -reverse) the huge problem is I can't figure out how to make outputs named the same as source files. Mogrify for 2 images with all possible combitations just replaced files at best without image merge
and using convert I don't know how to force it to name output files by source names. Any help appreciated.
Platform - Windows
ImageMagick v7.0.8
Simple task:
We have "test" folder inside ImageMagick portable version with separate png images all named "year-month-day-hour-minute-###-tags"
year-month-day-hour-minute - when I renamed it
### - 001-002-003 etc
tags - each page may contain additional hand made tags for earsier search
My goal to +append all images in "test" folder is specific manner 2+1 4+3 6+5 etc (I figured that 1+2 3+4 5+6 etc will work too with +swap or -reverse) the huge problem is I can't figure out how to make outputs named the same as source files. Mogrify for 2 images with all possible combitations just replaced files at best without image merge
Code: Select all
mogrify *001*.png *002*.png +swap +append