<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Using CFIMAGE to create a watermark</title>
	<atom:link href="http://www.damonledet.com/2007/11/using-cfimage-to-create-a-watermark/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.damonledet.com/2007/11/using-cfimage-to-create-a-watermark/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-cfimage-to-create-a-watermark</link>
	<description>DAMONLEDET.COM</description>
	<lastBuildDate>Fri, 16 Mar 2012 21:21:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Damon Ledet</title>
		<link>http://www.damonledet.com/2007/11/using-cfimage-to-create-a-watermark/#comment-135</link>
		<dc:creator>Damon Ledet</dc:creator>
		<pubDate>Wed, 21 Nov 2007 10:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://new.damonledet.com/blog/2007/11/21/using-cfimage-to-create-a-watermark/#comment-135</guid>
		<description><![CDATA[After looking at this some more I could not find a way to do ALT text for my image when writing to the browser.

by using &lt;cfsavecontent&gt; however here is a little trick

&lt;cfsavecontent variable=&#034;imagewithalt&#034;&gt;&lt;cfimage source=&#034;#image#&#034; action=&#034;writeToBrowser&#034; format=&#034;jpg&#034; &gt;&lt;/cfsavecontent&gt;
&lt;cfoutput&gt;#Replace(imagewithalt, &#039;alt=&#034;&#034;&#039;, &#039;alt=&#034;Watermark created on the fly by cfimage tag Coldfusion 8&#034;&#039;)#&lt;/cfoutput&gt;]]></description>
		<content:encoded><![CDATA[<p>After looking at this some more I could not find a way to do ALT text for my image when writing to the browser.</p>
<p>by using &#38;lt;cfsavecontent&#38;gt; however here is a little trick</p>
<p>&#38;lt;cfsavecontent variable=&#38;#34;imagewithalt&#38;#34;&#38;gt;&#38;lt;cfimage source=&#38;#34;#image#&#38;#34; action=&#38;#34;writeToBrowser&#38;#34; format=&#38;#34;jpg&#38;#34; &#38;gt;&#38;lt;/cfsavecontent&#38;gt;<br />
&#38;lt;cfoutput&#38;gt;#Replace(imagewithalt, &#8216;alt=&#38;#34;&#38;#34;&#8217;, &#8216;alt=&#38;#34;Watermark created on the fly by cfimage tag Coldfusion 8&#38;#34;&#8217;)#&#38;lt;/cfoutput&#38;gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
