Fix some quotation marks. Thanks to Alexander Levin for pointing it out.
[Rockbox.git] / manual / plugins / jpegviewer.tex
blobe1e3559dac2b2219d8f656fe5563dd523c042b34
1 % $Id$ %
2 \subsection{JPEG viewer}
3 Open a JPEG file in the \setting{File Browser} to view it%
4 \nopt{lcd_color}{ 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,GIGABEAT_PAD,MROBE100_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 \opt{GIGABEAT_PAD}{\ButtonVolUp}
28 \opt{MROBE100_PAD}{\ButtonMenu}
29 & Zoom in\\
30 \opt{RECORDER_PAD}{\ButtonOn}
31 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonDown}
32 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
33 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack}
34 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD}{Long \ButtonSelect}
35 \opt{IRIVER_H10_PAD}{Long \ButtonPlay}
36 \opt{GIGABEAT_PAD}{\ButtonVolDown}
37 \opt{MROBE100_PAD}{\ButtonPlay}
38 & Zoom out\\
39 \opt{RECORDER_PAD}{\ButtonFThree}
40 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight}
41 \opt{IRIVER_H100_PAD}{\ButtonOn}
42 \opt{IRIVER_H300_PAD}{\ButtonRec}
43 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight}
44 \opt{IAUDIO_X5_PAD}{\ButtonPlay}
45 \opt{IRIVER_H10_PAD}{\ButtonFF}
46 \opt{SANSA_E200_PAD}{\ButtonScrollFwd}
47 \opt{GIGABEAT_PAD}{\ButtonA+\ButtonRight}
48 \opt{MROBE100_PAD}{\ButtonDisplay+\ButtonRight}
49 & Next jpeg in directory\\
50 \opt{RECORDER_PAD}{\ButtonFTwo}
51 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft}
52 \opt{IRIVER_H100_PAD,IAUDIO_X5_PAD}{\ButtonRec}
53 \opt{IRIVER_H300_PAD}{\ButtonOn}
54 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft}
55 \opt{IRIVER_H10_PAD}{\ButtonRew}
56 \opt{SANSA_E200_PAD}{\ButtonScrollBack}
57 \opt{GIGABEAT_PAD}{\ButtonA+\ButtonLeft}
58 \opt{MROBE100_PAD}{\ButtonDisplay+\ButtonLeft}
59 & Previous jpeg in directory\\
60 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
61 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
62 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPower}
63 \opt{SANSA_E200_PAD}{\ButtonRec}
64 \opt{GIGABEAT_PAD,MROBE100_PAD}{\ButtonMenu}
65 & Show menu\\
66 \end{btnmap}
67 \end{table}
69 The menu has the following entries.
70 \begin{description}
71 \item[Quit.] Quits the viewer and returns to the \setting{File Browser}.
72 \item[Toggle Slideshow Mode.] Enables or disables the slideshow mode.
73 \item[Change Slideshow Timeout.] You can set the timeout for the slideshow
74 between 1 second and 20 seconds.
75 \nopt{MASCODEC}{
76 \item[Show Playback Menu.] From the playback menu you can control the
77 playback of the currently loaded playlist and change the volume of your \dap.
79 \item[Return.] Returns you to the image
80 \end{description}
82 \note{
83 Progressive scan and other unusual JPEG files are not supported, and will
84 result in various ``unsupported xx'' messages. Processing could also fail if the
85 image is too big to decode which will be explained by a respective message.