Page 1 of 1

How can i install it in my website and what command do i use for text?

Posted: 2015-10-13T06:33:38-07:00
by CreoWebdesign
Hey! so my boss just asked me to find him a command for imagemagick to write transparent text on top of very large images. I had no idea what imagemagick was and i still don't. I need to know how he can use imagemagick to sort of watermark images we upload into our website. He asked for a command.

Thanks!

Re: How can i install it in my website and what command do i use for text?

Posted: 2015-10-13T07:08:00-07:00
by snibgo

Re: How can i install it in my website and what command do i use for text?

Posted: 2015-10-13T07:53:15-07:00
by CreoWebdesign
yeah i found those pages before, thanks.

"Transparent text wouldn't be visible."
Why? Aren't there different degrees of transparency? Like in CSS we use opacity:0.8 for example

Re: How can i install it in my website and what command do i use for text?

Posted: 2015-10-13T08:38:16-07:00
by Bonzo
Yes there are; I would use RGBA for the text colour.

If you are using php I have some examples here.

Re: How can i install it in my website and what command do i use for text?

Posted: 2015-10-13T08:38:49-07:00
by snibgo
Yes, you can have partially transparent text if you want.

Re: How can i install it in my website and what command do i use for text?

Posted: 2015-10-13T08:56:54-07:00
by CreoWebdesign
Right and what command should i use?

Re: How can i install it in my website and what command do i use for text?

Posted: 2015-10-13T09:01:50-07:00
by CreoWebdesign
Bonzo wrote:Yes there are; I would use RGBA for the text colour.

If you are using php I have some examples here.

this helped a lot thanks!