<?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: PSP &#8211; JPEG series</title>
	<atom:link href="http://craphound.com/someone/?feed=rss2&#038;p=413" rel="self" type="application/rss+xml" />
	<link>http://craphound.com/someone/?p=413</link>
	<description>A Miraculous Novel of Secrets, Lies, Magic - and Internet Connectivity</description>
	<lastBuildDate>Thu, 05 Jul 2012 01:37:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Yom</title>
		<link>http://craphound.com/someone/?p=413&#038;cpage=1#comment-30370</link>
		<dc:creator>Yom</dc:creator>
		<pubDate>Wed, 07 Jan 2009 10:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://craphound.com/someone/?p=413#comment-30370</guid>
		<description><![CDATA[Just a quick suggestion for the PSP owners with custom firmwares : install the Bookr app and you&#039;ve got a perfect ebook reader supporting text and pdf files. I find that much more convenient than jpg files, but I understand that it&#039;s not an option for official firmware users.]]></description>
		<content:encoded><![CDATA[<p>Just a quick suggestion for the PSP owners with custom firmwares : install the Bookr app and you've got a perfect ebook reader supporting text and pdf files. I find that much more convenient than jpg files, but I understand that it's not an option for official firmware users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: willie</title>
		<link>http://craphound.com/someone/?p=413&#038;cpage=1#comment-7011</link>
		<dc:creator>willie</dc:creator>
		<pubDate>Fri, 30 Mar 2007 21:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://craphound.com/someone/?p=413#comment-7011</guid>
		<description><![CDATA[bah! just use this:

mkdir $1_book
cd $1_book

# split pdf into individual pdf pages
pdftk ../$1 burst

# convert each pdf to jpeg and rotate to landscape for psp 
for file in *pdf
 do
	convert -density 150x150 -trim -rotate 90 $file $file.jpeg
	rm -f $file
 done

# remove &quot;pdf&quot; from filenames
for file in *jpeg
 do
	mv $file ${file%pdf.*}jpeg
 done

# remove pdftk&#039;s burst report
rm -f doc_data.txt]]></description>
		<content:encoded><![CDATA[<p>bah! just use this:</p>
<p>mkdir $1_book<br />
cd $1_book</p>
<p># split pdf into individual pdf pages<br />
pdftk ../$1 burst</p>
<p># convert each pdf to jpeg and rotate to landscape for psp<br />
for file in *pdf<br />
 do<br />
	convert -density 150x150 -trim -rotate 90 $file $file.jpeg<br />
	rm -f $file<br />
 done</p>
<p># remove "pdf" from filenames<br />
for file in *jpeg<br />
 do<br />
	mv $file ${file%pdf.*}jpeg<br />
 done</p>
<p># remove pdftk's burst report<br />
rm -f doc_data.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://craphound.com/someone/?p=413&#038;cpage=1#comment-6721</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Fri, 23 Mar 2007 21:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://craphound.com/someone/?p=413#comment-6721</guid>
		<description><![CDATA[There is an OSX app called pdf2psp that can convert pdfs to image files for transfer to a psp. http://pdf2psp.sourceforge.net/]]></description>
		<content:encoded><![CDATA[<p>There is an OSX app called pdf2psp that can convert pdfs to image files for transfer to a psp. <a href="http://pdf2psp.sourceforge.net/" rel="nofollow">http://pdf2psp.sourceforge.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nic</title>
		<link>http://craphound.com/someone/?p=413&#038;cpage=1#comment-250</link>
		<dc:creator>Nic</dc:creator>
		<pubDate>Wed, 09 Nov 2005 03:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://craphound.com/someone/?p=413#comment-250</guid>
		<description><![CDATA[There&#039;s a problem with this: some of the images are duplicates and for each duplicate, a page is skipped.

Example pages: 102 and 103 are the same image, and the real page 103 is missing.

Also: 118 and 119, 189 and 190. I didn&#039;t look any further but I imagine this will recur throughout.
]]></description>
		<content:encoded><![CDATA[<p>There's a problem with this: some of the images are duplicates and for each duplicate, a page is skipped.</p>
<p>Example pages: 102 and 103 are the same image, and the real page 103 is missing.</p>
<p>Also: 118 and 119, 189 and 190. I didn't look any further but I imagine this will recur throughout.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://craphound.com/someone/?p=413&#038;cpage=1#comment-249</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Sat, 20 Aug 2005 06:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://craphound.com/someone/?p=413#comment-249</guid>
		<description><![CDATA[Confirmed open with WinRAR, version 3.50 beta 2.  No problems here.

(I rather like the inverted color scheme, BTW.  Less harsh on the eyes.)]]></description>
		<content:encoded><![CDATA[<p>Confirmed open with WinRAR, version 3.50 beta 2.  No problems here.</p>
<p>(I rather like the inverted color scheme, BTW.  Less harsh on the eyes.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://craphound.com/someone/?p=413&#038;cpage=1#comment-248</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Thu, 23 Jun 2005 10:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://craphound.com/someone/?p=413#comment-248</guid>
		<description><![CDATA[Nope, winzip gives errors. Same deal with Down and Out.]]></description>
		<content:encoded><![CDATA[<p>Nope, winzip gives errors. Same deal with Down and Out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne</title>
		<link>http://craphound.com/someone/?p=413&#038;cpage=1#comment-247</link>
		<dc:creator>Wayne</dc:creator>
		<pubDate>Tue, 21 Jun 2005 08:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://craphound.com/someone/?p=413#comment-247</guid>
		<description><![CDATA[I was able to pull it from my work PC, must be something screwy on my home system. Could you provide details as to how Sean did the conversion? 

Thanks for the free read BTW!]]></description>
		<content:encoded><![CDATA[<p>I was able to pull it from my work PC, must be something screwy on my home system. Could you provide details as to how Sean did the conversion? </p>
<p>Thanks for the free read BTW!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory Doctorow</title>
		<link>http://craphound.com/someone/?p=413&#038;cpage=1#comment-246</link>
		<dc:creator>Cory Doctorow</dc:creator>
		<pubDate>Tue, 21 Jun 2005 07:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://craphound.com/someone/?p=413#comment-246</guid>
		<description><![CDATA[Weird -- works fine for me. Just confirmed it.]]></description>
		<content:encoded><![CDATA[<p>Weird -- works fine for me. Just confirmed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne</title>
		<link>http://craphound.com/someone/?p=413&#038;cpage=1#comment-245</link>
		<dc:creator>Wayne</dc:creator>
		<pubDate>Tue, 21 Jun 2005 02:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://craphound.com/someone/?p=413#comment-245</guid>
		<description><![CDATA[This file seems to be corrupt. WinZip cannot open it.]]></description>
		<content:encoded><![CDATA[<p>This file seems to be corrupt. WinZip cannot open it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
