<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: manipulation code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sun, 12 Oct 2008 02:49:59 GMT</pubDate>
    <description>DZone Snippets: manipulation code</description>
    <item>
      <title>image manipulation in linux</title>
      <link>http://snippets.dzone.com/posts/show/2693</link>
      <description>&lt;code&gt;&lt;br /&gt;for file in *.jpg&lt;br /&gt;      do&lt;br /&gt;      cp $file $file.orig&lt;br /&gt;      convert -resize 800x600 $file.orig $file&lt;br /&gt;done&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;</description>
      <pubDate>Sat, 23 Sep 2006 18:19:58 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2693</guid>
      <author>nevadalife (nevada)</author>
    </item>
  </channel>
</rss>
