Am I repalacing %%F with for /f?
Do i have to expand the for statement further?
.
.
.
I tried the script and it worked. Thanks So much.
Search found 8 matches
- 2014-04-29T03:31:36-07:00
- Forum: Users
- Topic: How Can I Batch Adjoin Multiple Images From Two Folders?
- Replies: 16
- Views: 23492
- 2014-04-28T04:26:20-07:00
- Forum: Users
- Topic: How Can I Batch Adjoin Multiple Images From Two Folders?
- Replies: 16
- Views: 23492
Re: How Can I Batch Adjoin Multiple Images From Two Folders?
I was able to run this code successfully: imconvert 0220100001.jpg 0220100001[].jpg +append result.jpg I placed the pictures 0220100001.jpg and 0220100001[].jpg into the ImageMagick directory and it generated a result.jpg file. i am trying to figure out how to advance and represent my file names ...
- 2014-04-25T02:48:36-07:00
- Forum: Users
- Topic: How Can I Batch Adjoin Multiple Images From Two Folders?
- Replies: 16
- Views: 23492
Re: How Can I Batch Adjoin Multiple Images From Two Folders?
FMW42, i tried ur code and got an error message like:
this unable to open image [image dir/image.jpg]
this unable to open image [image dir/image.jpg]
- 2014-04-23T10:24:01-07:00
- Forum: Users
- Topic: How Can I Batch Adjoin Multiple Images From Two Folders?
- Replies: 16
- Views: 23492
Re: How Can I Batch Adjoin Multiple Images From Two Folders?
I provided a Windows BAT script, to be put in a file and run. If you want to type it at the prompt, change each double percent %% to single percent %. Did it that way, Still no luck. Thanks for the effort so far, i was expecting a simple script that i can easily pinpoint where to substitute my ...
- 2014-04-23T07:12:01-07:00
- Forum: Users
- Topic: How Can I Batch Adjoin Multiple Images From Two Folders?
- Replies: 16
- Views: 23492
Re: How Can I Batch Adjoin Multiple Images From Two Folders?
i got no messages after executing the said script in ImageMagick dir from command prompt. I must confess i am lost here. From which environment did you run the script? Please help a ImageMagick/Graphics newbie. i really need this solution.
- 2014-04-23T06:18:18-07:00
- Forum: Users
- Topic: How Can I Batch Adjoin Multiple Images From Two Folders?
- Replies: 16
- Views: 23492
Re: How Can I Batch Adjoin Multiple Images From Two Folder?
snibgo, I tried your script but didn't get no results.I changed four things - (1). The Folder for Folder A (2). The folder for Folder B (3).The Output Folder and (4). The file extension .png to .jpeg and didn't get a result. I am suspecting the commands -enjoin , all my search effort so far points ...
- 2014-04-22T23:36:35-07:00
- Forum: Users
- Topic: How Can I Batch Adjoin Multiple Images From Two Folders?
- Replies: 16
- Views: 23492
Re: How Can I Batch Adjoin Multiple Images From Two Folder?
dlemstra, Operating system is Windows7. If i have a script or solution for other windows OS, then i will be willing to consider a brand new OS installation. Thanks
- 2014-04-22T11:49:35-07:00
- Forum: Users
- Topic: How Can I Batch Adjoin Multiple Images From Two Folders?
- Replies: 16
- Views: 23492
How Can I Batch Adjoin Multiple Images From Two Folders?
How can i batch adjoin series of Images from two different folders? The images are named like 0211100001, 0211100002, 0211100003, and so on for one group in folder A and Images in folder B carry same names as those in folder A. I need to combine corresponding images carrying same name across the two ...