eBooks on PSP

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
AlexGreen
Posts: 35
Joined: Sun Mar 27, 2005 5:10 pm
Location: Seattle

eBooks on PSP

Post by AlexGreen »

One of the things I'd like to see on PSP when homebrew comes to life is a reader for eBooks. Unless I'm missing something, it doesn't display text files...
So, for those who also want to enjoy reading on the go, I slapped together a converter for text files.
It takes .txts and converts them into a bunch of .jpgs crafted for PSP resolution. It will create a folder with the same filename in the same folder as the source txt file. Just drop that folder into your PHOTO directory and you are set.
You can tinker with fonts to see which one works best for you (there is a preview thing).
It is written in C#.Net, so you must have .Net framework 1.1 installed.
One thing that bugs me, though, is that a txt file that was ~450kbytes turns into ~25Megs of image files... What a waste.

Here is the file - Click Me
Hopefuly it will work on more than one computer (mine:D )
What does this button do?
Juudas
Posts: 3
Joined: Sat Mar 26, 2005 7:38 pm

Post by Juudas »

I've been using www.paperlessprinter.com for this purpose.
AlexGreen
Posts: 35
Joined: Sun Mar 27, 2005 5:10 pm
Location: Seattle

Post by AlexGreen »

D'oh!
Wasted two hours for nothing :(
What does this button do?
Yoorah
Posts: 20
Joined: Mon Mar 07, 2005 9:24 am

Post by Yoorah »

Can the PSP image viewer handle PNGs as well? If so, I think it would be much more efficient to use that format instead. Smaller file size and better quality. :D JPEG is better for photos, but PNG is better in this case (lots of same colour).
JPEG: 18.2 KB
Image
PNG: 4.32 KB
Image
Both were saved in MS Paint.

PS. Sorry for the stupid text... I couldn't think of anything better at the time.
If at first you don't succeed, skydiving is not for you.
romhacker
Posts: 6
Joined: Mon Feb 07, 2005 4:57 am

Post by romhacker »

Works great, I was having problems with the crappy Japanese one. Keep up the good work.
AlexGreen
Posts: 35
Joined: Sun Mar 27, 2005 5:10 pm
Location: Seattle

Post by AlexGreen »

Oh, I did not realize that it reads PNGs!! I tried GIF and gave up :D
Should be pretty easy to change. Update version will come out soon.

Edit: Looks like PSP doesn't handle PNG through the image viewer... I guess we are stuck with JPGs... I'm gona try to see if it's possible to squeeze out some more compression without loosing too much quality.
What does this button do?
AlexGreen
Posts: 35
Joined: Sun Mar 27, 2005 5:10 pm
Location: Seattle

Updated version.

Post by AlexGreen »

Now you can change image quality to get the best compromise between size and readability.

Download it here.
What does this button do?
Post Reply