View Single Post
Old 03-10-2007, 10:09 PM   #4
ashkulz
Addict
ashkulz will become famous soon enoughashkulz will become famous soon enoughashkulz will become famous soon enoughashkulz will become famous soon enoughashkulz will become famous soon enoughashkulz will become famous soon enoughashkulz will become famous soon enough
 
ashkulz's Avatar
 
Posts: 350
Karma: 705
Join Date: Dec 2006
Location: Mumbai, India
Device: Kindle 1/REB 1200
nekokami: if you're trying to read PDFs on the eBookWise, why not read the PDF directly? I use a script similiar to PDFRasterFarian to convert PDF => images which fit exactly on to the REB 1100 which I have (alex_d also helped me to get image dilation working).

It's currently linux-specific, and if you're on ubuntu you need to do
Quote:
sudo apt-get install pdftk python-imaging xpdf-utils
The script is at http://puggy.symonds.net/~ashish/downloads/build-pdf.py

You'll probably have to change the script a bit, because the eBookWise has slightly lower resolution and cannot read in landscape. You will probably have to change line 67 from cropped.save to cropped.rotate(-90).save and remove the REB1100 specific stuff at the end.

I was planning on posting a generic script sometime when time permitted....

Last edited by ashkulz; 03-10-2007 at 10:13 PM.
ashkulz is offline   Reply With Quote