<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Mon, 20 May 2013 20:41:22 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPMaster.com: Adding Text Watermarks with Imagick]]></title>
      <guid>http://www.phpdeveloper.org/news/18970</guid>
      <link>http://www.phpdeveloper.org/news/18970</link>
      <description><![CDATA[<p>
On PHPMaster.com there's <a href="http://phpmaster.com/adding-text-watermarks-with-imagick/">a recent tutorial</a> from <i> Martin Psinas</i> about how you can add text to an image with the help of Imagick, the image editing software that's available to PHP via an extension.
</p>
<blockquote>
In a previous article, Timothy Boronczyk wrote about how to <a href="http://phpmaster.com/watermarking-images/">create watermarks with Imagick</a> using an overlay image. In this article, I'll show you how to achieve a similar effect using plain text.
</blockquote>
<p>
He takes a sample image (a headshot) and offers two versions of the same functionality - both the shell command (using "convert") and the PHP code that sets up the font to use, adds placement and pushes the result back out as a PNG. He also includes two other types of overlay - a  font mask for a more see-through look and a tiled version, overlaying the text all over the image.
</p>]]></description>
      <pubDate>Mon, 31 Dec 2012 09:15:48 -0600</pubDate>
    </item>
  </channel>
</rss>
