Search found 6 matches

by IRGT
2017-04-25T12:25:57-07:00
Forum: Users
Topic: How do I merge files with partial filename matches
Replies: 8
Views: 24628

Re: How do I merge files with partial filename matches

I have never tried it but you may be looking for: https://www.imagemagick.org/script/command-line-options.php#adjoin So I guess the code would look something like: convert input1.tiff input2.tiff input3.tiff -adjoin output.tiff You might be able to use a text file for the input or create a command ...
by IRGT
2017-04-25T12:24:25-07:00
Forum: Users
Topic: How do I merge files with partial filename matches
Replies: 8
Views: 24628

Re: How do I merge files with partial filename matches

Thanks for the suggestion on wildcards, but both the "orange" and number parts of the file name will always be changing and dynamic in nature. It is a fixed length but I will never know what those file names will be. And while my example uses it, the number portion is actually a six charac...
by IRGT
2017-04-25T12:03:07-07:00
Forum: Users
Topic: How do I merge files with partial filename matches
Replies: 8
Views: 24628

Re: How do I merge files with partial filename matches

Let me ask the following, as it might help me down the right path to getting this scripted with powershell. If I want to put multiple single page tif files and put them into a multipage tif, what is the best IM command and syntax for targeting multiple files by name? If I want to put multiple single...
by IRGT
2017-04-21T10:10:00-07:00
Forum: Users
Topic: How do I merge files with partial filename matches
Replies: 8
Views: 24628

Re: How do I merge files with partial filename matches

snibgo wrote: 2017-04-21T09:19:09-07:00 I suspect this is most easily done with your script language. Which you haven't mentioned.
I'm trying to leverage powershell/batch/commandline, as this is a portion of some larger automation I have planned.
by IRGT
2017-04-21T08:16:35-07:00
Forum: Users
Topic: How do I merge files with partial filename matches
Replies: 8
Views: 24628

Re: How do I merge files with partial filename matches

Forgot to mention, we are running IM-7.0.4-Q16.
by IRGT
2017-04-21T08:03:18-07:00
Forum: Users
Topic: How do I merge files with partial filename matches
Replies: 8
Views: 24628

How do I merge files with partial filename matches

This is probably easy but I'm having trouble finding the proper commands and scripting isn't my expertise. I've gone through the examples and searched the documentation multiple times over the past couple days. Any assistance is greatly appreciated. I'm trying to convert and merge image files based ...