Search found 6 matches

by c68gsrwztve6
2016-11-21T10:40:49-07:00
Forum: Users
Topic: Proportional watermark
Replies: 21
Views: 23126

Re: Proportional watermark

snibgo wrote:I'm not an expert on that.
Me neither unfortunately. But there are some ways in programs to tell OS not to create the window (like irfan and its /silent). Maybe IM have such command?
by c68gsrwztve6
2016-11-21T07:58:53-07:00
Forum: Users
Topic: Proportional watermark
Replies: 21
Views: 23126

Re: Proportional watermark

How are you running it? I suggest you use a command window, aka "console". (This is a black window (or whatever colour you want) with a command prompt.) My app calls the cmd and send there the IM command. That's why the command window splashes every time it is called. I need some echo suppressing ...
by c68gsrwztve6
2016-11-20T10:30:11-07:00
Forum: Users
Topic: Proportional watermark
Replies: 21
Views: 23126

Re: Proportional watermark

Hi, guys! It's me again! Another little question about the code above. Is there any way to make it work in silent mode? Without splashing black window. OS Windows 8.1 It looked at https://www.imagemagick.org/script/command-line-options.php#quiet but there is no examples. I tried to insert -quiet at ...
by c68gsrwztve6
2016-11-19T09:56:42-07:00
Forum: Users
Topic: Proportional watermark
Replies: 21
Views: 23126

Re: Proportional watermark

GeeMack wrote:

Code: Select all

magick input.png watermark.png -resize %[fx:u[0].w]x -gravity center -composite result.png
Excellent!!! It works!
Very appreciate your help!
by c68gsrwztve6
2016-11-19T01:25:02-07:00
Forum: Users
Topic: Proportional watermark
Replies: 21
Views: 23126

Re: Proportional watermark

Thank you very much for your feedback! operating system or platform, your version of IM, and whether you want to run this command on a single file or maybe on entire directories of tens, hundreds, or thousands of images at a time OS Windows 8.1 version of IM - 7, but I think I could get 6 if needed ...
by c68gsrwztve6
2016-11-18T16:07:59-07:00
Forum: Users
Topic: Proportional watermark
Replies: 21
Views: 23126

Proportional watermark

Hellow everybody! I have a very simple and common question and was surprised when I could not find the examples in the docs neither any info on the forum. I have a bunch of images of absolutely different sizes (100x500, 5000x4475, 200x300, 1280x1068 etc.). And I have one watermark image which is ...