Search found 6 matches

by rihad
2017-05-30T10:53:18-07:00
Forum: Users
Topic: transparency not working
Replies: 11
Views: 6060

Re: transparency not working

I was talking about the "composite" binary itself.
Works in 6.9.6.4 and 7.0.5.7
Fails in 6.9.8.6
by rihad
2017-05-30T02:08:13-07:00
Forum: Users
Topic: transparency not working
Replies: 11
Views: 6060

Re: transparency not working

FYI, the composite command in my original post produces the desired result in ImageMagick7-nox11-7.0.5.7
It looks like there's a bug in IM 6.9.8
by rihad
2017-05-26T23:33:20-07:00
Forum: Users
Topic: transparency not working
Replies: 11
Views: 6060

Re: transparency not working

Thank you, sir! This now works as expected in both versions.
convert bg.jpg overlay.png -gravity Center -define compose:args=20,100 -compose dissolve -composite out.jpg
by rihad
2017-05-26T22:50:23-07:00
Forum: Users
Topic: transparency not working
Replies: 11
Views: 6060

Re: transparency not working

Ok, here's what I've come up with. First, I made a screenshot of this browser window and saved it as background.jpg. https://preview.ibb.co/bWdFCa/background.jpg Then I used a free online tool to create a text string with a transparent background (http://www.picturetopeople.org/text_generator/others ...
by rihad
2017-05-26T21:43:49-07:00
Forum: Users
Topic: transparency not working
Replies: 11
Views: 6060

Re: transparency not working

The OS is FreeBSD 10.3 Working: ImageMagick-nox11-6.9.6.4_2,1 Image processing tools (legacy version) Not working: ImageMagick-nox11-6.9.8.6,1 Image processing tools (legacy version) Just about any kind of real-world photograph can be used as background, and "a text string" as a watermark in overlay ...
by rihad
2017-05-26T12:50:13-07:00
Forum: Users
Topic: transparency not working
Replies: 11
Views: 6060

transparency not working

composite -gravity Center -dissolve 20% overlay.png background.jpg output.jpg

This command works fine in 6.9.6, and produces a non-transparent overlay in 6.9.8.