Oh cool,plz dont forget to add a "delete File" Key for Viewing and sorting Images
Great,cannot await your PND
Great,cannot await your PND
How about you try it on the other formats?I didn't know about Viewnior, but I just tried it. It took about 20 seconds for my little benchmark, which makes it the best viewer currently available on the repo afaik. But my viewer is still 4 times faster
My viewer supports everything SDL_Image supports: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, WEBP, XCF, XPM, XV.
It is however particularly optimized for JPEG. It'll probably still be faster than the other viewers for those other file formats, but not by such a big factor.
Any of those in particular? I'd rather spend time implementing stuff than running various benchmarks, but if there's a particular file format you want to see results for, I could try it for you. Or you could just wait for the repo release and test it yourselfHow about you try it on the other formats?I didn't know about Viewnior, but I just tried it. It took about 20 seconds for my little benchmark, which makes it the best viewer currently available on the repo afaik. But my viewer is still 4 times faster
My viewer supports everything SDL_Image supports: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, WEBP, XCF, XPM, XV.
It is however particularly optimized for JPEG. It'll probably still be faster than the other viewers for those other file formats, but not by such a big factor.
No hope to persuade you otherwise ? While your right, the Pandora is a multitasking capable system, which is handy sometimes.
- Only supports full-screen, not windowed. In my opinion, that's the only thing you need anyway, especially on a small screen like that of the Pandora.
This could be tricky, as this would need an extra script that registers the association in the system.In theory this should be handled by the whole pnd/pxml system, but got never implemented (afaik)Please add file associations.
So that when I double click in the file manager your PND will be able to start up directly.
It's pretty important I think.
Windowed mode cannot be combined with using the hardware scaler to do the hard work, and it would also mean the colors were limited to those of X (only 16-bit on default firmware). Also notaz' SDL does not support windowed mode.No hope to persuade you otherwise ? While your right, the Pandora is a multitasking capable system, which is handy sometimes.
- Only supports full-screen, not windowed. In my opinion, that's the only thing you need anyway, especially on a small screen like that of the Pandora.
No, it's implemented from the beginning.This could be tricky, as this would need an extra script that registers the association in the system.Please add file associations.
So that when I double click in the file manager your PND will be able to start up directly.
It's pretty important I think.
In theory this should be handled by the whole pnd/pxml system, but got never implemented (afaik)
Just check the pxml docs for the file associations.Ah interesting with that File Associations.
Have you a Link?
I did not found it yesterday evening.
Maybe i get this with PanPlayer2 work,that would be a cool Feature
And ontopic:
I am very curious to that Picture Viewer,maybe you can build in a Thumbnail Option?
PXML docs on the wiki should now reflect how to do it. It's very simple, just declare the file types in PXML.where's the relevant thread again?
Please add a trashcan function or a double confirmation before deletion to avoid unfortunate "forever deleted" issueDeletion: OK
If you don't want to deal with the thumbnail creation yourself you could use an external script to generate thumbnails. Many of them on github.Thumbnails: not anytime soon.
Cool!I've recently found that OMAP can do rotation for you for free, if anyone has some ideas how to expose this sanely through SDL API it could be added.
Or you could drop SDL and use the scaler layer directly.