Search found 10 matches
- Thu Jan 29, 2009 12:42 pm
- Forum: PSP Development
- Topic: Investigation of the Unicode version of sceIoDread
- Replies: 2
- Views: 1504
Thanks for your reply. What does psplink do if you list a UTF8 filename on host? Although you might not be able to do it on Windows (you probably need Linux for that kinda trick as I make not effort to encode the filenames appropriately). That would at least narrow down to whether it is something in...
- Wed Jan 28, 2009 1:11 pm
- Forum: PSP Development
- Topic: Investigation of the Unicode version of sceIoDread
- Replies: 2
- Views: 1504
Investigation of the Unicode version of sceIoDread
I am working on a file browser that lists the files in the memory stick. I implement using sceIoDopen followed by sceIoDread. I hope to support showing filenames of different languages, including Chinese, Korean and some other western languages apart from English. Unfortunately, sceIoDread has serio...
- Fri Jul 06, 2007 12:38 pm
- Forum: PSP Development
- Topic: Browser a folder compressed in zip!!
- Replies: 3
- Views: 2611
- Thu Jul 05, 2007 12:38 pm
- Forum: PSP Development
- Topic: Trying to get Started
- Replies: 11
- Views: 5172
The first thing you really need to do is to learn(or master if you can) the C programming language as most PSP programs are written in C. After that take the PSP programing tutorials at http://www.psp-programming.com/ , they will tell you how to set up the development environment and build simple ho...
- Fri Apr 27, 2007 3:18 pm
- Forum: PSP Development
- Topic: Calling for ideas about builing image thumbnails
- Replies: 14
- Views: 6543
- Thu Apr 26, 2007 3:09 pm
- Forum: PSP Development
- Topic: Calling for ideas about builing image thumbnails
- Replies: 14
- Views: 6543
- Thu Apr 26, 2007 2:54 pm
- Forum: PSP Development
- Topic: Calling for ideas about builing image thumbnails
- Replies: 14
- Views: 6543
A big thanks to all who had give ideas to me especially noxa and rapso. I have spent a couple of days hacking into libepeg as recommended by noxa and I am now making use of it. Well, this library is really fantastic as noxa said, it can generate thumbnails at a terribly high speed! As there no libep...
- Thu Apr 26, 2007 2:33 pm
- Forum: PSP Development
- Topic: Calling for ideas about builing image thumbnails
- Replies: 14
- Views: 6543
- Fri Apr 20, 2007 11:53 pm
- Forum: PSP Development
- Topic: Calling for ideas about builing image thumbnails
- Replies: 14
- Views: 6543
- Fri Apr 20, 2007 3:26 pm
- Forum: PSP Development
- Topic: Calling for ideas about builing image thumbnails
- Replies: 14
- Views: 6543
Calling for ideas about builing image thumbnails
Dear all, this is the first time for me to post a topic in this forum. I am currently working on a PSP photo viewer in which users can see the previews of their images (PNG and JPG) before they open them, just like the one in Sony's XMB. I propose the following algorithms to show the previews: 1.Rea...