Search found 30 matches

by Andy
2017-11-26T12:35:11-07:00
Forum: Users
Topic: composte multiple images + contrast the background
Replies: 4
Views: 3520

Re: composte multiple images + contrast the background

Awesome with your hint i managed to get it: This works like a charm. convert -quiet \ \( \( background.png -brightness-contrast 16x14 \) \ text_1.png -geometry +50+50 -composite \ text_2.png -geometry +200+200 -composite \)\ \( \( background.png -brightness-contrast 16x14 \) \ text_1.png -geometry ...
by Andy
2017-11-26T12:09:01-07:00
Forum: Users
Topic: composte multiple images + contrast the background
Replies: 4
Views: 3520

Re: composte multiple images + contrast the background

Please always specify your IM version and platform. If you can provide the input images and your output image, we can help further. You can upload to any free hosting service (such as dropbox.com) and put your URLs here. Sorry about that, i thought this might not be necessary in this case cause it ...
by Andy
2017-11-26T11:10:01-07:00
Forum: Users
Topic: composte multiple images + contrast the background
Replies: 4
Views: 3520

composte multiple images + contrast the background

Hi, i create the following call to create a gif in the end. A little background: The part \( \) appears multiple times in the final call to create the gif but for this example i added just one. convert -quiet \( -brightness-contrast 16x14 background.png text_1.png -geometry +50+50 -composite text_2 ...
by Andy
2017-07-25T06:39:43-07:00
Forum: Users
Topic: Transparent annotate + transparent border
Replies: 6
Views: 6506

Re: Transparent annotate + transparent border

That worked like a charm, thx a lot GeeMack.
by Andy
2017-07-23T13:50:30-07:00
Forum: Users
Topic: Transparent annotate + transparent border
Replies: 6
Views: 6506

Re: Transparent annotate + transparent border

You are right, i was talking about "stroke". Could you have a look at my second post. That does exactly what i need, including the removal of the unnecessary overlap by using "-fill none -stroke none" but the canvas size is not the one i need because i have to use -trim. I want to achieve the same ...
by Andy
2017-07-23T12:10:17-07:00
Forum: Users
Topic: Transparent annotate + transparent border
Replies: 6
Views: 6506

Re: Transparent annotate + transparent border

Hi again, i am back to zero. I cannot use the way mentioned above (annotate), I need to use labels to get the auto generated canvas size. convert -background transparent -interline-spacing -24.78 -gravity West -font Great-Vibes -pointsize 70 \( -fill transparent -stroke "rgba(0,0,0,1)" -strokewidth ...
by Andy
2017-07-23T06:15:56-07:00
Forum: Users
Topic: Transparent annotate + transparent border
Replies: 6
Views: 6506

Re: Transparent annotate + transparent border

I found a solution myself. I just paint the text a second time with -fill none AND -stroke none. Like this: convert -size 500x500 xc:transparent -gravity center -font Impact -pointsize 60 -fill none -stroke "rgba(0,0,0,1)" -strokewidth 4.000 -annotate +0+0 "TESTTEXT" -font Impact -pointsize 60 -fill ...
by Andy
2017-07-23T04:25:48-07:00
Forum: Users
Topic: Transparent annotate + transparent border
Replies: 6
Views: 6506

Transparent annotate + transparent border

Hi, as the title suggest, i want to draw a text with a border where each, the text color + transparency and the border color + transparency can be adjusted independently. first attempt: convert -size 500x500 xc:transparent -gravity center -font Impact -pointsize 60 -fill "rgba(255,255,255,0.58 ...
by Andy
2016-03-08T15:30:31-07:00
Forum: Users
Topic: Black artifacts with modulate
Replies: 31
Views: 23329

Re: Black artifacts with modulate

Great, thx for your work.
by Andy
2016-02-20T15:36:46-07:00
Forum: Users
Topic: Black artifacts with modulate
Replies: 31
Views: 23329

Re: Black artifacts with modulate

Well, as far as i am concerned my problem is fixed but i am glad to help debuging this further.
Any suggestions how to get a dev in this thread?
by Andy
2016-02-20T14:19:11-07:00
Forum: Users
Topic: Black artifacts with modulate
Replies: 31
Views: 23329

Re: Black artifacts with modulate

Not sure why this is happening tho. I am using the proprietary nvidia drivers on Linux. At least performance wise the best you can get on this platform.
by Andy
2016-02-20T12:38:23-07:00
Forum: Users
Topic: Black artifacts with modulate
Replies: 31
Views: 23329

Re: Black artifacts with modulate

Thx
by Andy
2016-02-20T06:48:54-07:00
Forum: Users
Topic: Black artifacts with modulate
Replies: 31
Views: 23329

Re: Black artifacts with modulate

ok, reporting back.

With "--disable-opencl" the problem is gone!

Can someone explain to me what exactly opencl does and if i should report this somewhere?
by Andy
2016-02-20T03:54:28-07:00
Forum: Users
Topic: Black artifacts with modulate
Replies: 31
Views: 23329

Re: Black artifacts with modulate

Yes i did.
I posted my build options here: https://www.imagemagick.org/discourse-s ... 50#p130289

Is imagemagick fully functional without opencl? I could build it without it then.
by Andy
2016-02-19T13:42:15-07:00
Forum: Users
Topic: Black artifacts with modulate
Replies: 31
Views: 23329

Re: Black artifacts with modulate

Has anyone more ideas how to debug this? It's really a dealbreaker for me.