Search found 3 matches
- 2019-09-20T12:57:24-07:00
- Forum: Users
- Topic: [solved] bulk watermarking images
- Replies: 5
- Views: 13170
Re: bulk watermarking images
i didnt know mogrify didnt need input and output files. thanks for that tip. now it worked perfectly and with the -path advice (seperating output path and the path where my watermark image is) i could seperate the output files without any problem. EDIT: nevermind i jsut saw you already told me that ...
- 2019-09-20T12:26:30-07:00
- Forum: Users
- Topic: [solved] bulk watermarking images
- Replies: 5
- Views: 13170
Re: bulk watermarking images
thanks for your answer. i tried to use mogrify but it kind of confused me. i will show what i did: magick mogrify *.png -tile -draw "image srcover 0,0 0,0 'water.png'" output_%d.png tbh i dont know what command i should use. i just read the manual and put someting together. but yeah it doesnt work ...
- 2019-09-20T11:41:13-07:00
- Forum: Users
- Topic: [solved] bulk watermarking images
- Replies: 5
- Views: 13170
[solved] bulk watermarking images
hi all. i got 2 issues when trying to watermark images. here is the command i use (im unsing windows cmd): magick composite -tile watermark.png *.png watermarkresults_%d.png so basically i want to watermark all images ( *.png) in a folder using the watermark.png as a sample watermark. the result ...