Today I was playing with kindle commands and I've found this one:
WebReaderViewer
It's a nice viewer compatible with different formats, as images or html pages.
You can try it with this command:
Code:
WebReaderViewer ///mnt/us/images/sample.jpg image
(where
///mnt/us/images/sample.jpg must be the path to your image)
or this one for displaying wikipedia.org:
Code:
WebReaderViewer http://www.wikipedia.org uri
or again the following to display some text:
Code:
WebReaderViewer "Hello world!" string
where ///mnt/us/images/sample.jpg is the path to your image. It allows a very nice pinch to zoom and move functionality. On web pages you can't click on links.
Click on the cross symbol or double tap on the screen to close it.
General usage:
WebReaderViewer contentURL type(string/uri/frame/image)
Maybe it could be integrated in some nice apps, like gallery explorers or comics readers. Tested on Kindle PW1. I'd like to know if this command works on Kindle Touch too...