Auto-detect binary in TTS / encoder setting dialog by searching $PATH. Only linux...
[Rockbox.git] / manual / plugins / jpegviewer.tex
blob72ae0716a536f9edfe8268c1ec580da360b9f989
1 % $Id$ %
2 \subsection{JPEG viewer}
3 Open a JPEG file in the \setting{File Browser} to view it
4 \opt{recorder,recorderv2fm,ondio,h1xx,ipod4g,ipod3g,ipodmini}{ using Rockbox's
5 greyscale library}.
6 \opt{SWCODEC}{
7 \note{When an audio file is playing the size of the image is limited as
8 the decoding process needs to share memory with audio tracks. To be able to
9 view a bigger file you may need to stop playback.}
11 \opt{MASCODEC}{
12 \note{This plugin will cause playback to stop.}
14 \begin{table}
15 \begin{btnmap}{}{}
16 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD}
17 {\ButtonUp\ / \ButtonDown}
18 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu\ / \ButtonPlay}
19 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown}
20 / \ButtonLeft\ / \ButtonRight
21 & Move around in zoomed in image\\
22 \opt{RECORDER_PAD}{\ButtonPlay}
23 \opt{ONDIO_PAD}{\ButtonMenu}
24 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD}{\ButtonSelect}
25 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd}
26 \opt{IRIVER_H10_PAD}{\ButtonPlay}
27 & Zoom in\\
28 \opt{RECORDER_PAD}{\ButtonOn}
29 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonDown}
30 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
31 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack}
32 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD}{Long \ButtonSelect}
33 \opt{IRIVER_H10_PAD}{Long \ButtonPlay}
34 & Zoom out\\
35 \opt{RECORDER_PAD}{\ButtonFThree}
36 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight}
37 \opt{IRIVER_H100_PAD}{\ButtonOn}
38 \opt{IRIVER_H300_PAD}{\ButtonRec}
39 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight}
40 \opt{IAUDIO_X5_PAD}{\ButtonPlay}
41 \opt{IRIVER_H10_PAD}{\ButtonFF}
42 \opt{SANSA_E200_PAD}{\ButtonScrollDown}
43 & Next jpeg in folder\\
44 \opt{RECORDER_PAD}{\ButtonFTwo}
45 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft}
46 \opt{IRIVER_H100_PAD,IAUDIO_X5_PAD}{\ButtonRec}
47 \opt{IRIVER_H300_PAD}{\ButtonOn}
48 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft}
49 \opt{IRIVER_H10_PAD}{\ButtonRew}
50 \opt{SANSA_E200_PAD}{\ButtonScrollUp}
51 & Previous jpeg in folder\\
52 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
53 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
54 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPower}
55 \opt{SANSA_E200_PAD}{\ButtonRec}
56 & Show menu\\
57 \end{btnmap}
58 \end{table}
60 The menu has the following entries.
61 \begin{description}
62 \item[Quit.] Quits the viewer and returns to the \setting{File Browser}.
63 \item[Toggle Slideshow Mode.] Enables or disables the slideshow mode.
64 \item[Change Slideshow Timeout.] You can set the timeout for the slideshow
65 between 1 second and 20 seconds.
66 \nopt{MASCODEC}{
67 \item[Show Playback Menu.] From the playback menu you can control the
68 playback of the currently loaded playlist and change the volume of your \dap.
70 \item[Return.] Returns you to the image
71 \end{description}
73 \note{
74 Progressive scan and other unusual JPEG files are not supported, and will
75 result in various ``unsupported xx'' messages. Processing could also fail if the
76 image is too big to decode which will be explained by a respective message.