Search found 21 matches

by emax
2018-02-19T10:11:46-07:00
Forum: Users
Topic: workflow: resize, watermark, caption
Replies: 35
Views: 28834

Re: workflow: resize, watermark, caption

@snibgo

Thank you so much!

So if I got this right, the term expressed by the parenthesis is thus nothing else but a file-substitute - whatever I do within the parensthesis?
by emax
2018-02-19T09:33:12-07:00
Forum: Users
Topic: workflow: resize, watermark, caption
Replies: 35
Views: 28834

Re: workflow: resize, watermark, caption

> How do you create the watermark image?

Here it is:

Code: Select all

convert -size 600x100 -background none -font DejaVu-Sans -fill white -gravity center caption:'The watermark text' -shade 240x40 watermark.png
by emax
2018-02-19T07:48:27-07:00
Forum: Users
Topic: workflow: resize, watermark, caption
Replies: 35
Views: 28834

Re: workflow: resize, watermark, caption

Hey, I was so curious and tried immediately: YES, it works, very, very nice! However: The watermark-file is so to say a 'fixed' file. Since I can never be sure whether the watermark-file fits into the picture (the picture-widths are arbitrary), it would be great to create the watermark on the fly. I...
by emax
2018-02-19T07:43:26-07:00
Forum: Users
Topic: workflow: resize, watermark, caption
Replies: 35
Views: 28834

Re: workflow: resize, watermark, caption

Wow, thank you! :-)

I will try it. May take a day, but I will tell.

> And the final ":" is wrong.
Yes, you're right. It was a typo.
by emax
2018-02-19T05:46:04-07:00
Forum: Users
Topic: workflow: resize, watermark, caption
Replies: 35
Views: 28834

Re: workflow: resize, watermark, caption

Hi snibgo, thanks for your help! :-) Platform: as said before: Linux. $ uname -a Linux summini 4.9.0-5-amd64 #1 SMP Debian 4.9.65-3+deb9u2 (2018-01-04) x86_64 GNU/Linux IM: $ convert -version Version: ImageMagick 6.9.7-4 Q16 x86_64 20170114 http://www.imagemagick.org Copyright: © 1999-2017 ImageMagi...
by emax
2018-02-19T04:03:33-07:00
Forum: Users
Topic: workflow: resize, watermark, caption
Replies: 35
Views: 28834

workflow: resize, watermark, caption

Hi all! Though I have been an imagemagick user since some years, I only know how make simple processing with it. But now, I am facing a complex task (at least for me) and I'd appreciate some help for that. The documentation shows examples which I have studied, and I found a solution for eah single s...