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

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
CreoWebdesign
Posts: 4
Joined: 2015-10-13T06:28:34-07:00
Authentication code: 1151

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

Post 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!
CreoWebdesign
Posts: 4
Joined: 2015-10-13T06:28:34-07:00
Authentication code: 1151

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

Post 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
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

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

Post by Bonzo »

Yes there are; I would use RGBA for the text colour.

If you are using php I have some examples here.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

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

Post by snibgo »

Yes, you can have partially transparent text if you want.
snibgo's IM pages: im.snibgo.com
CreoWebdesign
Posts: 4
Joined: 2015-10-13T06:28:34-07:00
Authentication code: 1151

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

Post by CreoWebdesign »

Right and what command should i use?
CreoWebdesign
Posts: 4
Joined: 2015-10-13T06:28:34-07:00
Authentication code: 1151

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

Post 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!
Post Reply