<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-16633914.post8080437744963162583..comments</id><updated>2012-02-01T15:13:12.560+05:30</updated><category term='Personal'/><category term='Saveen'/><category term='Disaster Management'/><category term='Fedora'/><category term='Internet'/><category term='OxygenTank'/><category term='Visualization'/><category term='Family'/><category term='VirtualBox'/><category term='#wso2'/><category term='Thoughts'/><category term='smstools'/><category term='WSO2'/><category term='Mandriva'/><category term='WSO2Con'/><category term='Community'/><category term='#wso2con'/><category term='iPod'/><category term='Sri Lanka'/><category term='Linux'/><category term='Networking'/><category term='Patterns'/><category term='Ubuntu'/><category term='Apache'/><category term='Events'/><category term='Sahana'/><title type='text'>Comments on Anuradha Online: Insert a copy right label to a set of photos.</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.mihikatha.net/feeds/8080437744963162583/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16633914/8080437744963162583/comments/default'/><link rel='alternate' type='text/html' href='http://blog.mihikatha.net/2008/01/insert-copy-right-label-to-set-of-phots.html'/><author><name>Anuradha</name><uri>http://www.blogger.com/profile/14150792390675721967</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://3.bp.blogspot.com/_osWVmHtK3hw/SzmxzY1KeWI/AAAAAAAAGw8/6zOqsAw6AOA/S220/4155232485_57e4844d97_o.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>8</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-16633914.post-8975742509405005612</id><published>2010-10-20T13:10:51.778+05:30</published><updated>2010-10-20T13:10:51.778+05:30</updated><title type='text'>Thanks for the info</title><content type='html'>Thanks for the info</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16633914/8080437744963162583/comments/default/8975742509405005612'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16633914/8080437744963162583/comments/default/8975742509405005612'/><link rel='alternate' type='text/html' href='http://blog.mihikatha.net/2008/01/insert-copy-right-label-to-set-of-phots.html?showComment=1287560451778#c8975742509405005612' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.mihikatha.net/2008/01/insert-copy-right-label-to-set-of-phots.html' ref='tag:blogger.com,1999:blog-16633914.post-8080437744963162583' source='http://www.blogger.com/feeds/16633914/posts/default/8080437744963162583' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-637101294'/></entry><entry><id>tag:blogger.com,1999:blog-16633914.post-2744909178185360398</id><published>2010-03-11T00:14:39.528+05:30</published><updated>2010-03-11T00:14:39.528+05:30</updated><title type='text'>Here is my version, taking care of the common imag...</title><content type='html'>Here is my version, taking care of the common image types like jpg,png,gif,tif and bmp.&lt;br /&gt;&lt;br /&gt;In a bash script, it would look like this:&lt;br /&gt;---------start---------&lt;br /&gt;#!/bin/bash&lt;br /&gt;&lt;br /&gt;#vars&lt;br /&gt;copydir=&amp;quot;temp&amp;quot;&lt;br /&gt;&lt;br /&gt;if [[ ! -e $copydir ]] ; then mkdir $copydir ; fi&lt;br /&gt;pics=$(ls | egrep *.+\([jJ][pP]+\([eE][gG]\|[gG]\)\|[pP][nN][gG]\|[gG][iI][fF]\|[tT][iI]+\([fF]\|[fF][fF]\)\|[bB][mM][pP]\))&lt;br /&gt;&lt;br /&gt;printf &amp;quot;found pictures : $pics\n&amp;quot;&lt;br /&gt;&lt;br /&gt;for pic in $pics; do {&lt;br /&gt; cp $pic $copydir&lt;br /&gt; newpic=&amp;quot;$copydir/$pic&amp;quot;&lt;br /&gt; echo &amp;quot;resizing $newpic&amp;quot;&lt;br /&gt; convert $newpic -resize 800x600 -quality 80% $newpic;&lt;br /&gt; echo &amp;quot;labeling $newpic&amp;quot;&lt;br /&gt; convert -pointsize 12 -fill Black -draw &amp;#39;text 20 20 &amp;quot;©BLAH 2010. All Rights Reserved.&amp;quot;&amp;#39; $newpic $newpic;&lt;br /&gt;}&lt;br /&gt;done&lt;br /&gt;&lt;br /&gt;#showing the last one&lt;br /&gt;eog $newpic &amp;amp;&lt;br /&gt;---------end---------&lt;br /&gt;&lt;br /&gt;cheers,&lt;br /&gt;rosch.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16633914/8080437744963162583/comments/default/2744909178185360398'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16633914/8080437744963162583/comments/default/2744909178185360398'/><link rel='alternate' type='text/html' href='http://blog.mihikatha.net/2008/01/insert-copy-right-label-to-set-of-phots.html?showComment=1268246679528#c2744909178185360398' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.mihikatha.net/2008/01/insert-copy-right-label-to-set-of-phots.html' ref='tag:blogger.com,1999:blog-16633914.post-8080437744963162583' source='http://www.blogger.com/feeds/16633914/posts/default/8080437744963162583' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1445102182'/></entry><entry><id>tag:blogger.com,1999:blog-16633914.post-7183691694604152746</id><published>2010-01-18T05:49:40.103+05:30</published><updated>2010-01-18T05:49:40.103+05:30</updated><title type='text'>Amiable brief and this fill someone in on helped m...</title><content type='html'>Amiable brief and this fill someone in on helped me alot in my college assignement. Thanks you for your information.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16633914/8080437744963162583/comments/default/7183691694604152746'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16633914/8080437744963162583/comments/default/7183691694604152746'/><link rel='alternate' type='text/html' href='http://blog.mihikatha.net/2008/01/insert-copy-right-label-to-set-of-phots.html?showComment=1263773980103#c7183691694604152746' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.mihikatha.net/2008/01/insert-copy-right-label-to-set-of-phots.html' ref='tag:blogger.com,1999:blog-16633914.post-8080437744963162583' source='http://www.blogger.com/feeds/16633914/posts/default/8080437744963162583' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-84598816'/></entry><entry><id>tag:blogger.com,1999:blog-16633914.post-1459528606893287770</id><published>2010-01-14T08:11:56.521+05:30</published><updated>2010-01-14T08:11:56.521+05:30</updated><title type='text'>I will not concur on it. I over nice post. Especia...</title><content type='html'>I will not concur on it. I over nice post. Especially the title attracted me to be familiar with the whole story.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16633914/8080437744963162583/comments/default/1459528606893287770'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16633914/8080437744963162583/comments/default/1459528606893287770'/><link rel='alternate' type='text/html' href='http://blog.mihikatha.net/2008/01/insert-copy-right-label-to-set-of-phots.html?showComment=1263436916521#c1459528606893287770' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.mihikatha.net/2008/01/insert-copy-right-label-to-set-of-phots.html' ref='tag:blogger.com,1999:blog-16633914.post-8080437744963162583' source='http://www.blogger.com/feeds/16633914/posts/default/8080437744963162583' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1278172254'/></entry><entry><id>tag:blogger.com,1999:blog-16633914.post-3540671978384699396</id><published>2009-10-01T18:20:26.037+05:30</published><updated>2009-10-01T18:20:26.037+05:30</updated><title type='text'>Great Work.. :D</title><content type='html'>Great Work.. :D</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16633914/8080437744963162583/comments/default/3540671978384699396'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16633914/8080437744963162583/comments/default/3540671978384699396'/><link rel='alternate' type='text/html' href='http://blog.mihikatha.net/2008/01/insert-copy-right-label-to-set-of-phots.html?showComment=1254401426037#c3540671978384699396' title=''/><author><name>eldileepa</name><uri>http://eldileepa.wordpress.com/</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/openid16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.mihikatha.net/2008/01/insert-copy-right-label-to-set-of-phots.html' ref='tag:blogger.com,1999:blog-16633914.post-8080437744963162583' source='http://www.blogger.com/feeds/16633914/posts/default/8080437744963162583' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-272453915'/></entry><entry><id>tag:blogger.com,1999:blog-16633914.post-4806300288680629297</id><published>2008-11-11T18:55:00.000+05:30</published><updated>2008-11-11T18:55:00.000+05:30</updated><title type='text'>Good for people to know.</title><content type='html'>Good for people to know.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16633914/8080437744963162583/comments/default/4806300288680629297'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16633914/8080437744963162583/comments/default/4806300288680629297'/><link rel='alternate' type='text/html' href='http://blog.mihikatha.net/2008/01/insert-copy-right-label-to-set-of-phots.html?showComment=1226409900000#c4806300288680629297' title=''/><author><name>Roseanne</name><uri>http://georgieinsurance.blogspot.com</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.mihikatha.net/2008/01/insert-copy-right-label-to-set-of-phots.html' ref='tag:blogger.com,1999:blog-16633914.post-8080437744963162583' source='http://www.blogger.com/feeds/16633914/posts/default/8080437744963162583' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2062601483'/></entry><entry><id>tag:blogger.com,1999:blog-16633914.post-55961073719139596</id><published>2008-03-16T06:06:00.000+05:30</published><updated>2008-03-16T06:06:00.000+05:30</updated><title type='text'>Really Nice Anuradha, Clear explanation with an ex...</title><content type='html'>Really Nice Anuradha, Clear explanation with an exmple.&lt;BR/&gt;&lt;BR/&gt;Thank you</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16633914/8080437744963162583/comments/default/55961073719139596'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16633914/8080437744963162583/comments/default/55961073719139596'/><link rel='alternate' type='text/html' href='http://blog.mihikatha.net/2008/01/insert-copy-right-label-to-set-of-phots.html?showComment=1205627760000#c55961073719139596' title=''/><author><name>Abdul Haleem</name><uri>http://www.blogger.com/profile/00453002089363323861</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp3.blogger.com/_JI-zIFdAZdw/R6ZZoSiCiBI/AAAAAAAAAAM/2JfLHGRvbHc/S220/hhhaleem.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.mihikatha.net/2008/01/insert-copy-right-label-to-set-of-phots.html' ref='tag:blogger.com,1999:blog-16633914.post-8080437744963162583' source='http://www.blogger.com/feeds/16633914/posts/default/8080437744963162583' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-96412526'/></entry><entry><id>tag:blogger.com,1999:blog-16633914.post-7884761959039500258</id><published>2008-01-28T04:18:00.000+05:30</published><updated>2008-01-28T04:18:00.000+05:30</updated><title type='text'>Great tutorial! Thanks for posting :)</title><content type='html'>Great tutorial! Thanks for posting :)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16633914/8080437744963162583/comments/default/7884761959039500258'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16633914/8080437744963162583/comments/default/7884761959039500258'/><link rel='alternate' type='text/html' href='http://blog.mihikatha.net/2008/01/insert-copy-right-label-to-set-of-phots.html?showComment=1201474080000#c7884761959039500258' title=''/><author><name>enTRpy</name><uri>http://www.blogger.com/profile/00937385430482956772</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp3.blogger.com/_HzcruuwIUnY/Rv-j0Tl9NlI/AAAAAAAAAJA/uj9noYNIs1g/s320/enTRpy.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.mihikatha.net/2008/01/insert-copy-right-label-to-set-of-phots.html' ref='tag:blogger.com,1999:blog-16633914.post-8080437744963162583' source='http://www.blogger.com/feeds/16633914/posts/default/8080437744963162583' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1508721725'/></entry></feed>
