Search found 5 matches
- 2018-12-03T11:39:12-07:00
- Forum: Users
- Topic: how do I put 2 pictures together?
- Replies: 7
- Views: 4405
Re: how do I put 2 pictures together?
Thats it! Thank you very much for your great support!
- 2018-12-02T12:52:40-07:00
- Forum: Users
- Topic: how do I put 2 pictures together?
- Replies: 7
- Views: 4405
Re: how do I put 2 pictures together?
Good evening. Thanks again for your answers. I use Windows10 as OS, magick-version = 7.0.8-15 I tried your for-loop in a BAT script, ends in error file cant be found. for /F %%F in (.\GreenScreen\umbenannt\*) do magick .\GreenScreen\umbenannt\%%F .\Originals_klein\Ausschnitt\umbenannt\%%F -geometry ...
- 2018-12-02T10:34:14-07:00
- Forum: Users
- Topic: how do I put 2 pictures together?
- Replies: 7
- Views: 4405
Re: how do I put 2 pictures together?
Thank you very much for your answer.
Your first code does exactly what I need.
Can you also tell me how to build a loop?
Your first code does exactly what I need.
Can you also tell me how to build a loop?
- 2018-12-02T09:12:11-07:00
- Forum: Users
- Topic: how do I put 2 pictures together?
- Replies: 7
- Views: 4405
Re: how do I put 2 pictures together?
Alternatively, the images in directory B could be available in the same size as directory A, but only a specific section of image B should be inserted.
- 2018-12-02T08:30:14-07:00
- Forum: Users
- Topic: how do I put 2 pictures together?
- Replies: 7
- Views: 4405
how do I put 2 pictures together?
Hello everybody! I need help to put two pictures together in a batch processing unit. The files have the same name and are stored in different directories. The picture in directory A is 3600x2400 pixel The picture in directory B is 1683x1274 pixel The image in directory B should be placed on the ...