Combine, resize, and scale images...

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
HW59BG1
Posts: 1
Joined: 2018-07-26T11:23:40-07:00
Authentication code: 1152

Combine, resize, and scale images...

Post by HW59BG1 »

Windows 10
ImageMagick-7.0.8-Q16

I have over 1000 different sized base images into which I need to add a watermark image and have said watermark image scale based on the size of the other base images.

This process needs to be treated as a batch process and completed via the Windows command line.

I've gone through the documentation, but unless I've missed something (which is quite possible), I can't figure out how to do it.

Is this even possible?

Thanks in advance!
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Combine, resize, and scale images...

Post by fmw42 »

Yes. There was a similar question recently with a solution provided by GeeMack. See viewtopic.php?f=1&t=33930&p=155702&hili ... rk#p155705
Post Reply