News Feed
Jobs Feed
Sections




News Archive
Martin Psinas' Blog:
Watermarking with text and ImageMagick
October 04, 2011 @ 11:44:35

Martin Psinas has submitted a new tutorial he's written up (complete with sample code) showing how to watermark an image with ImageMagick.

In my most recent venture with PHPMaster I was asked to write an article about watermarking images with PHP using ImageMagick. Virtually no documentation exists on the PHP API, although there are plenty of command-line examples from the official ImageMagick website. I spent a solid day and a half attempting to convert command-line code into PHP before (due to miscommunication) the topic was covered by someone else and my work was no longer needed. Although disappointed, it gave me something to blog about! Yay.

His script is pretty straight forward - it loads a sample image, sets up some watermark text and applies it with a "gravity" setting of "southwest" and adds it to the image (annotateImage). The output is pushed back out as a JPEG image. Also included is a slightly more complex example showing how to give the watermark an embossed look and a "text all over the image" look to prevent use of any part of the image, not just one section.

0 comments voice your opinion now!
watermark text image tutorial imagemagick emboss


blog comments powered by Disqus

Similar Posts

Dave Marshall's Blog: Defending against Cache Stampedes

Felix Geisendorfer's Blog: Two Tutorials - Title to Slug & Dependencies with If

Lorna Mitchell's Blog: PHP OAuth Provider: Authenticate User

Maarten Balliauw's Blog: Using Windows Azure Drive in PHP (or Ruby)

Lorna Mitchell's Blog: Retrieving Data from Google Analytics API using PHP


Community Events









Don't see your event here?
Let us know!


framework language phpunit podcast zendframework2 interview database tool community composer development unittest example api release object opinion code introduction testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework