<?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: Lightroom 1 Export Plugin Plugins: &#8220;Piglets&#8221;</title>
	<atom:link href="http://regex.info/blog/photo-tech/piglets/feed" rel="self" type="application/rss+xml" />
	<link>http://regex.info/blog</link>
	<description>Not a photo blog. A personal blog with photos.</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:03:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: wendy</title>
		<link>http://regex.info/blog/photo-tech/piglets#comment-19566</link>
		<dc:creator>wendy</dc:creator>
		<pubDate>Fri, 22 Aug 2008 03:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://regex.info/blog/photo-tech/piglets/#comment-19566</guid>
		<description>I would like to export a web gallery w/ a watermark on all photos - is this possible?

thanks Jeffrey!
~W

&lt;span class=&#039;jfriedl&#039;&gt;Tim Armes&#039; &lt;a href=&#039;http://www.timothyarmes.com/lrmogrify.php?PHPSESSID=af1d7498237b898cae8dfb7fd11b5627&#039; rel=&quot;nofollow&quot;&gt;LR/Mogrify&lt;/a&gt; is likely exactly what you want. &#8212;Jeffrey&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p>I would like to export a web gallery w/ a watermark on all photos &#8211; is this possible?</p>
<p>thanks Jeffrey!<br />
~W</p>
<p><span class='jfriedl'>Tim Armes&#8217; <a href='http://www.timothyarmes.com/lrmogrify.php?PHPSESSID=af1d7498237b898cae8dfb7fd11b5627' rel="nofollow">LR/Mogrify</a> is likely exactly what you want. &mdash;Jeffrey</span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grzegorz</title>
		<link>http://regex.info/blog/photo-tech/piglets#comment-18275</link>
		<dc:creator>Grzegorz</dc:creator>
		<pubDate>Sat, 07 Jun 2008 20:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://regex.info/blog/photo-tech/piglets/#comment-18275</guid>
		<description>LR/Morgify is a great plugin/piglet. But its limitation to at most 10
images at a time is somewhat annoying.

&lt;span class=&#039;jfriedl&#039;&gt;There&#039;s a 10-image limit only if you&#039;re too cheap to donate the one-cent minimum required for Tim&#039;s unrestricted version. &#8212;Jeffrey&lt;/span&gt;


If you want only to add watermark during export you may use ImageMagick&#039;s Morgify directly --
just use a free Jeffrey&#039;s &#039;Run Any Command&#039; piglet.

First, download and install &lt;a href=&quot;http://www.imagemagick.org/script/binary-releases.php&quot; rel=&quot;nofollow&quot;&gt;ImageMagick
suite&lt;/a&gt;, then feed &#039;Run Any Command&#039; piglet with a command like this:

&lt;code&gt;&quot;c:\path\to\morgify.exe&quot; -draw &#039;image Overlay 0,0 0,0
&quot;d:\path\to\watermark.png&quot;&#039; -gravity SouthWest &quot;{FILE}&quot;&lt;/code&gt;

The above example command draws &#039;watermark.png&#039; over the exported
image in &#039;overlay&#039; blending mode and in its lower left part. For
details on positioning and blending mode check &lt;code&gt;- gravity&lt;/code&gt;
and &lt;code&gt;- draw&lt;/code&gt; options in &lt;a href=&quot;http://www.imagemagick.org/script/command-line-options.php&quot; rel=&quot;nofollow&quot;&gt;ImageMagick&#039;s
Command-line Options&lt;/a&gt;.

This way you can achieve every transformation provided by ImageMagick
tool. Although it&#039;s not so elastic and easy to use as LR/Morgify
plugin, but there are no limits. This might be a handy way to apply a
common set of transformations.</description>
		<content:encoded><![CDATA[<p>LR/Morgify is a great plugin/piglet. But its limitation to at most 10<br />
images at a time is somewhat annoying.</p>
<p><span class='jfriedl'>There&#8217;s a 10-image limit only if you&#8217;re too cheap to donate the one-cent minimum required for Tim&#8217;s unrestricted version. &mdash;Jeffrey</span></p>
<p>If you want only to add watermark during export you may use ImageMagick&#8217;s Morgify directly &#8211;<br />
just use a free Jeffrey&#8217;s &#8216;Run Any Command&#8217; piglet.</p>
<p>First, download and install <a href="http://www.imagemagick.org/script/binary-releases.php" rel="nofollow">ImageMagick<br />
suite</a>, then feed &#8216;Run Any Command&#8217; piglet with a command like this:</p>
<p><code>"c:\path\to\morgify.exe" -draw 'image Overlay 0,0 0,0<br />
"d:\path\to\watermark.png"' -gravity SouthWest "{FILE}"</code></p>
<p>The above example command draws &#8216;watermark.png&#8217; over the exported<br />
image in &#8216;overlay&#8217; blending mode and in its lower left part. For<br />
details on positioning and blending mode check <code>- gravity</code><br />
and <code>- draw</code> options in <a href="http://www.imagemagick.org/script/command-line-options.php" rel="nofollow">ImageMagick&#8217;s<br />
Command-line Options</a>.</p>
<p>This way you can achieve every transformation provided by ImageMagick<br />
tool. Although it&#8217;s not so elastic and easy to use as LR/Morgify<br />
plugin, but there are no limits. This might be a handy way to apply a<br />
common set of transformations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YU Jun</title>
		<link>http://regex.info/blog/photo-tech/piglets#comment-17025</link>
		<dc:creator>YU Jun</dc:creator>
		<pubDate>Wed, 30 Apr 2008 02:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://regex.info/blog/photo-tech/piglets/#comment-17025</guid>
		<description>ok, i have got piglet LR/Mogrify. the problem is just becauce i am in China.</description>
		<content:encoded><![CDATA[<p>ok, i have got piglet LR/Mogrify. the problem is just becauce i am in China.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YU Jun</title>
		<link>http://regex.info/blog/photo-tech/piglets#comment-17022</link>
		<dc:creator>YU Jun</dc:creator>
		<pubDate>Wed, 30 Apr 2008 00:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://regex.info/blog/photo-tech/piglets/#comment-17022</guid>
		<description>I really love your plugin and need your piglet LR/Mogrify, so i can add watermark as i want. but the problem is that i cannot download LR/Mogrify. please recheck it, or publish another address.
thanx</description>
		<content:encoded><![CDATA[<p>I really love your plugin and need your piglet LR/Mogrify, so i can add watermark as i want. but the problem is that i cannot download LR/Mogrify. please recheck it, or publish another address.<br />
thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://regex.info/blog/photo-tech/piglets#comment-15970</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sun, 06 Apr 2008 05:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://regex.info/blog/photo-tech/piglets/#comment-15970</guid>
		<description>Watermark doesn&#039;t export to flicker using Mac os 10.5</description>
		<content:encoded><![CDATA[<p>Watermark doesn&#8217;t export to flicker using Mac os 10.5</p>
]]></content:encoded>
	</item>
</channel>
</rss>

