<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Programming Ideas, Logics, Tips and Tricks &#187; live</title>
	<atom:link href="http://www.sajithmr.me/tag/live/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sajithmr.me</link>
	<description></description>
	<lastBuildDate>Mon, 23 Jan 2012 15:44:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Intelligent Watermark (php + gd)</title>
		<link>http://www.sajithmr.me/intelligent-watermark-php-gd</link>
		<comments>http://www.sajithmr.me/intelligent-watermark-php-gd#comments</comments>
		<pubDate>Sat, 09 Aug 2008 04:51:45 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php source code]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[gd]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[watermark]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/intelligent-watermark-php-gd/</guid>
		<description><![CDATA[Online Photoshop in PHP Part (5) &#62;&#62; (image after watermarked with gmail logo) Those who haven&#8217;t seen  the online photoshop tool created by me, just click here: http://www.sajithmr.com/photoshop Today we will implement the watermarking on images using php gd library. Intelligent watermarking means, apply a logo or a watermark image on another image by measuring [...]]]></description>
			<content:encoded><![CDATA[<p><font color="#339966"><strong>Online Photoshop in PHP Part (5)</strong></font> &gt;&gt;</p>
<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/08/watermark.jpg" /></p>
<p><em><font color="#999999">(image after watermarked with gmail logo) </font></em></p>
<p>Those who haven&#8217;t seen  the online photoshop tool created by me, just click here: <a href="http://www.sajithmr.com/photoshop/" title="Online Photoshop" target="_blank">http://www.sajithmr.com/photoshop</a></p>
<p>Today we will implement the watermarking on images using php gd library. Intelligent watermarking means, apply a logo or a watermark image on another image by measuring the color depth of the applied image. For this water marking, use png images as logo or watermark  for better results.</p>
<p>Live example for watermark implementation:<a href="http://sajithmr.com/photoshop-tuts/watermark/addwatermark.php" title="Watermark implementation " target="_blank"> http://sajithmr.com/photoshop-tuts/watermark/addwatermark.php </a></p>
<p>You can see different watermark location by changing the x1,y1 and x2,y2 parameters of the following url:</p>
<p><a href="http://sajithmr.com/photoshop-tuts/watermark/showresult.php?x1=405&amp;y1=285&amp;x2=520&amp;y2=392&amp;width=115&amp;height=107" target="_blank">http://sajithmr.com/photoshop-tuts/watermark/showresult.php?x1=405&amp;y1=285&amp;x2=520&amp;y2=392&amp;width=115&amp;height=107 </a></p>
<p>See the watermark php source code here: <a href="http://sajithmr.com/photoshop-tuts/watermark/watermark.class.txt" title="Source code for watermark" target="_blank">http://sajithmr.com/photoshop-tuts/watermark/watermark.class.txt </a></p>
<p>Download the full-source code of watermarking implementation using php+gd from here: <a href="http://sajithmr.com/photoshop-tuts/watermark.rar" title="Full Source Code" target="_blank">http://sajithmr.com/photoshop-tuts/watermark.rar </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/intelligent-watermark-php-gd/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

