|
|
View Full Version : Optimum Image Size and format for PRS-505
Does anybody know which image size X x Y pixels would be best for the reader? I tried several different sizes to see which would load fastest and which would look best on the reader. So far I did not find the optimum. I thought that the result should be best at the native screen resolution, but I could not even find that, given that there is the status bar to reckon with.
Also, which format is best JPEG,GIF,BMP,PNG ?
NatCh 01-28-2008, 11:08 PM Here's a BKM (http://wiki.mobileread.com/wiki/Sony_Portable_Reader#Content_Formatting_Best_Known _Methods_.28BKMs.29) on formatting, aru. The sizes given are in inches and mm, but you can adjust easily enough. :nice:
I'm not sure the Reader actually supports BMP or GIF, but I think either of the others will work equally well -- I've never seen any suggestion otherwise, anyway. :shrug:
igorsk 01-29-2008, 04:38 AM Yes, Reader definitely supports GIF and BMP (and PNG). It's even mentioned in the feature list...
Here's a BKM (http://wiki.mobileread.com/wiki/Sony_Portable_Reader#Content_Formatting_Best_Known _Methods_.28BKMs.29) on formatting, aru. The sizes given are in inches and mm, but you can adjust easily enough. :nice:
I'm not sure the Reader actually supports BMP or GIF, but I think either of the others will work equally well -- I've never seen any suggestion otherwise, anyway. :shrug:
Thank you very much, I did not know about this link, this was very helpful :thanks:
I tried all file formats mentioned and I could not see a difference in the resulting pictures. Knowing that anything larger than 800x567 pixels is just eating up resources helps tremendously.
shousa 01-30-2008, 10:35 PM Is there some way of batch converting all the images in a directory to this best size?
i have hundreds, all too big.
coredog64 01-30-2008, 10:54 PM Is there some way of batch converting all the images in a directory to this best size?
i have hundreds, all too big.
If you just want to change image sizes, ImageMagick works pretty well.
If you're running windows and want to change all the files in the current directory, a simple:
for %x in (*.jpg) do convert %x -resize 100x100 "rsz_%x"
does the trick. There's more that can be done (i.e. recursively processing the files, changing the file type from .jpg to .png during the resize, etc.) but that's beyond the scope of a simple tip ;)
Is there some way of batch converting all the images in a directory to this best size?
i have hundreds, all too big.
I like PhotoElf (http://www.photoelf.com/). It is a very small, fast program that offers a lot of options. You can download a free trial version, which works for 30 days. Which should be enough for your project. If you still like it you can purchase it later.
shousa 01-31-2008, 06:47 AM Check this out, i just tested it - Photo resizer - sweet!!
http://www.rw-designer.com/photo-resizer-advanced
gwynevans 01-31-2008, 01:08 PM Google's Picasa has a "resize on export" capability, so if you're using that already, it's trivial!. (You can set the length of the longer side & it sets the smaller side so as to keep the correct aspect ratio.)
I'm trying to work out the actual image display area now. The 800x600 screen has border for the battery capacity and so on, so images should be smaller. Wikipedia says 754x584 pixels, no idea where that comes from but an image that big definitely displays at full size. It looks as though there's a few more pixels available but I'm having to create sized images in steps to find that out. After much playing I'm going to settle for 760x590 as my preferred image size.
For those that are interested I've attached a couple of photos of the display. One is the "1 of 4" area that you get when displaying images, and the second is part of the battery charge level indicator (more magnified than the first). I was looking at these to try to figure out where the edge of the image display area is, but if you look at those it's obviously not that easy to see where exactly the edges of the displayed pixels are. The "5" is part of the test image, it's black border, white fill on a light grey background. The other two you can all look at on your devices.
The "1 of 4" text is about 12mm long, the battery outline is about 2mm across the edges of the white lines and top edge of the 5 is about 2.4mm long.
|