<?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: Use pcdtojpeg To Convert PCD (Kodak Photo CD) Images To Jpeg</title>
	<atom:link href="http://www.hacktrix.com/use-pcdtojpeg-to-convert-pcd-kodak-photo-cd-images-to-jpeg/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hacktrix.com/use-pcdtojpeg-to-convert-pcd-kodak-photo-cd-images-to-jpeg</link>
	<description>Get Enlightened Right Now!</description>
	<lastBuildDate>Sat, 04 Feb 2012 13:26:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mayur Somani</title>
		<link>http://www.hacktrix.com/use-pcdtojpeg-to-convert-pcd-kodak-photo-cd-images-to-jpeg#comment-6399</link>
		<dc:creator>Mayur Somani</dc:creator>
		<pubDate>Tue, 27 Jul 2010 09:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.hacktrix.com/?p=2011#comment-6399</guid>
		<description>@Hans Baumeister

Thanks a lot for sharing your script. I am sure Mac and Linux users will find it very handy.</description>
		<content:encoded><![CDATA[<p>@Hans Baumeister</p>
<p>Thanks a lot for sharing your script. I am sure Mac and Linux users will find it very handy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Baumeister</title>
		<link>http://www.hacktrix.com/use-pcdtojpeg-to-convert-pcd-kodak-photo-cd-images-to-jpeg#comment-6398</link>
		<dc:creator>Hans Baumeister</dc:creator>
		<pubDate>Tue, 27 Jul 2010 08:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.hacktrix.com/?p=2011#comment-6398</guid>
		<description>Thanks for this tip - it really makes a difference when comparing to - for example - Irfanview!

I wrote a little script to automate the process on my Mac that I&#039;d like to share - please note that you&#039;ll have to change the directory variable(s) to fit your environment. Should work directly in Linux Bash as well.


# script to automate pcdtojpeg binary to convert all PCD files in a directory
# variables in:
# $1 = directory of Photo CD contents, assuming it lies in $PHOTOCD_DIR for all PHOTO CD Directories
# it redirects all output to a file named after the photo CD dot txt
#!/bin/bash
PHOTOCD_DIR=/Volumes/iMac_Data/Bilder/PhotoCD
APP_DIR=/Applications/Tools

FILES=$PHOTOCD_DIR/$1/*.PCD

for f in $FILES

do
	$APP_DIR/pcdtojpeg -v -r 5 $f &amp;&gt; $PHOTOCD_DIR/$1.txt
	#cat $f
done</description>
		<content:encoded><![CDATA[<p>Thanks for this tip &#8211; it really makes a difference when comparing to &#8211; for example &#8211; Irfanview!</p>
<p>I wrote a little script to automate the process on my Mac that I&#8217;d like to share &#8211; please note that you&#8217;ll have to change the directory variable(s) to fit your environment. Should work directly in Linux Bash as well.</p>
<p># script to automate pcdtojpeg binary to convert all PCD files in a directory<br />
# variables in:<br />
# $1 = directory of Photo CD contents, assuming it lies in $PHOTOCD_DIR for all PHOTO CD Directories<br />
# it redirects all output to a file named after the photo CD dot txt<br />
#!/bin/bash<br />
PHOTOCD_DIR=/Volumes/iMac_Data/Bilder/PhotoCD<br />
APP_DIR=/Applications/Tools</p>
<p>FILES=$PHOTOCD_DIR/$1/*.PCD</p>
<p>for f in $FILES</p>
<p>do<br />
	$APP_DIR/pcdtojpeg -v -r 5 $f &amp;&gt; $PHOTOCD_DIR/$1.txt<br />
	#cat $f<br />
done</p>
]]></content:encoded>
	</item>
</channel>
</rss>

