Search found 2 matches

by Octobre
2016-06-11T08:58:21-07:00
Forum: Users
Topic: Tile same image 2x3 and save/overwrite original image
Replies: 2
Views: 2607

Re: Tile same image 2x3 and save/overwrite original image

Hi Snibgo

Many Thanks for your help. It works. Please find below the exact command I have used in a command line windows (not in a batch file).

for /r %F in (*) do convert %~nxF -duplicate 1 +append -duplicate 2 -append sousrep\%~nxF

Thanks again and nice weekend
by Octobre
2016-06-11T02:43:50-07:00
Forum: Users
Topic: Tile same image 2x3 and save/overwrite original image
Replies: 2
Views: 2607

Tile same image 2x3 and save/overwrite original image

Hello I am a new ImageMagick user. I am new on this forum and would need your help about the issue below. I have searched the forum but have not found that same question already asked. Thank You in advance for your insights -- What I am trying to achieve: I have a folder with 200 images. Many ...