diff options
author | Alex Parker <rockbox@aeparker.com> | 2009-05-21 00:05:00 +0000 |
---|---|---|
committer | Alex Parker <rockbox@aeparker.com> | 2009-05-21 00:05:00 +0000 |
commit | 97abe62c192c0790bedba8c5d1da6387684db255 (patch) | |
tree | a9c3302383d6e1bdb4ac1e80b2201e5a21c152b6 /manual/plugins | |
parent | a9fdf86459d504adf0ddb1dc7ec6dbab410941b2 (diff) |
FS#10202 - Add Rockpaint to the manual by Michael Carr.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21003 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins')
-rw-r--r-- | manual/plugins/images/ss-rockpaint-128x128x16.png | bin | 1706 -> 1252 bytes | |||
-rw-r--r-- | manual/plugins/images/ss-rockpaint-132x80x16.png | bin | 0 -> 1133 bytes | |||
-rw-r--r-- | manual/plugins/images/ss-rockpaint-160x128x16.png | bin | 0 -> 1285 bytes | |||
-rw-r--r-- | manual/plugins/images/ss-rockpaint-176x132x16.png | bin | 0 -> 1290 bytes | |||
-rw-r--r-- | manual/plugins/images/ss-rockpaint-176x220x16.png | bin | 0 -> 2580 bytes | |||
-rw-r--r-- | manual/plugins/images/ss-rockpaint-220x176x16.png | bin | 0 -> 2512 bytes | |||
-rw-r--r-- | manual/plugins/images/ss-rockpaint-240x320x16.png | bin | 0 -> 3173 bytes | |||
-rw-r--r-- | manual/plugins/images/ss-rockpaint-320x240x16.png | bin | 0 -> 3018 bytes | |||
-rw-r--r-- | manual/plugins/main.tex | 2 | ||||
-rw-r--r-- | manual/plugins/rockpaint.tex | 145 |
10 files changed, 147 insertions, 0 deletions
diff --git a/manual/plugins/images/ss-rockpaint-128x128x16.png b/manual/plugins/images/ss-rockpaint-128x128x16.png Binary files differindex 72514c994d..c02af21d8d 100644 --- a/manual/plugins/images/ss-rockpaint-128x128x16.png +++ b/manual/plugins/images/ss-rockpaint-128x128x16.png diff --git a/manual/plugins/images/ss-rockpaint-132x80x16.png b/manual/plugins/images/ss-rockpaint-132x80x16.png Binary files differnew file mode 100644 index 0000000000..0f00197f79 --- /dev/null +++ b/manual/plugins/images/ss-rockpaint-132x80x16.png diff --git a/manual/plugins/images/ss-rockpaint-160x128x16.png b/manual/plugins/images/ss-rockpaint-160x128x16.png Binary files differnew file mode 100644 index 0000000000..a3dac2553c --- /dev/null +++ b/manual/plugins/images/ss-rockpaint-160x128x16.png diff --git a/manual/plugins/images/ss-rockpaint-176x132x16.png b/manual/plugins/images/ss-rockpaint-176x132x16.png Binary files differnew file mode 100644 index 0000000000..0047ffcb59 --- /dev/null +++ b/manual/plugins/images/ss-rockpaint-176x132x16.png diff --git a/manual/plugins/images/ss-rockpaint-176x220x16.png b/manual/plugins/images/ss-rockpaint-176x220x16.png Binary files differnew file mode 100644 index 0000000000..c7b0d74e2d --- /dev/null +++ b/manual/plugins/images/ss-rockpaint-176x220x16.png diff --git a/manual/plugins/images/ss-rockpaint-220x176x16.png b/manual/plugins/images/ss-rockpaint-220x176x16.png Binary files differnew file mode 100644 index 0000000000..a5e46cc40c --- /dev/null +++ b/manual/plugins/images/ss-rockpaint-220x176x16.png diff --git a/manual/plugins/images/ss-rockpaint-240x320x16.png b/manual/plugins/images/ss-rockpaint-240x320x16.png Binary files differnew file mode 100644 index 0000000000..987b9375fb --- /dev/null +++ b/manual/plugins/images/ss-rockpaint-240x320x16.png diff --git a/manual/plugins/images/ss-rockpaint-320x240x16.png b/manual/plugins/images/ss-rockpaint-320x240x16.png Binary files differnew file mode 100644 index 0000000000..0e2edbd4fb --- /dev/null +++ b/manual/plugins/images/ss-rockpaint-320x240x16.png diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 5e9246a3de..d371009a7e 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -181,6 +181,8 @@ the associated file. Viewers are stored in the {\input{plugins/random_folder_advance_config.tex}} +\opt{lcd_color}{\input{plugins/rockpaint.tex}} + \opt{recorder,recorderv2fm,ondio}{\input{plugins/split_editor.tex}} {\input{plugins/stats.tex}} diff --git a/manual/plugins/rockpaint.tex b/manual/plugins/rockpaint.tex new file mode 100644 index 0000000000..c9dfc5fc54 --- /dev/null +++ b/manual/plugins/rockpaint.tex @@ -0,0 +1,145 @@ +% $Id$ %
+\subsection{Rockpaint}
+\screenshot{plugins/images/ss-rockpaint}{Rockpaint}%
+{img:Rockpaint}
+Rockpaint is a bitmap (\fname{.bmp}) editor for Rockbox. It can open any \fname{.bmp} file +whose dimensions are the same size as your device's screen or smaller; it can +also create empty bitmaps for you to work with.\\
+
+\subsubsection{Opening A File}
+To open a file, you may use either the context menu option "Open With" in the +File Browser, or you may enter Rockpaint first using the Plugins menu and open +a file from there. To perform the latter, simply press Rockpaint's Menu button +or move the cursor beyond the bottom of the screen; then move the cursor onto +"Menu" and select it. Finally, select "Load" and navigate to the image you +wish to open.\\
+
+\subsubsection{Tools}
+Rockpaint offers several tools to aid you in editing; you can view them by +either pressing Rockpaint's "Menu" key or by attempting to move the cursor +beyond the bottom of the screen. From top to bottom and left to right, and +by section, they are as follows: +\begin{description} + \item[Colour Picker] + The top left tool shows your colours that are at the ready. To + swap them, "click" on the background colour. To edit the foreground colour, + click on it. + \item[Preset Pallete] + Several preset colours are availible. Clicking on one changes + the foreground of the Colour Picker to the selected colour.
+ \item[Pencil] + Draws as you move the cursor. You can change the brush size with the + Menu option "Brush Size". Use the Select key to toggle the tool while editing + the image.
+ \item[Selection tool] + Allows you to select a rectangular region; once you do, you + will be shown a menu of options (including "cancel" if you make a mistake).
+ \item[Line tool] + Draws a straight line.
+ \item[Curve tool] + Allows you to draw a line and curve it.
+ \item[Rectangle tool] + Draws an unfilled rectangle.
+ \item[Circle tool] + Draws an unfilled circle.
+ \item[Gradient fill] + To use this tool, click at the starting and ending points. + Starting with the background and going to the foreground colour, Rockpaint + will fill the region with a gradual colour change.
+ \item[Bucket fill] + Fills an same-colour or empty region with a colour.
+ \item[Dropper] + Click on a colour in the image to change the foreground colour to it.
+ \item[Eraser] + The opposite of the pencil; it changes painted pixels to white.
+ \item[Text tool] + "Draws" text on the image.
+ \item[Filled rectangle] + Same as the Rectangle tool, but fills it with colour.
+ \item[Filled circle] + Same as the Circle tool, but fills it with colour.
+ \item[Curved Gradient Fill] + Same as Gradient fill, but you must draw two lines. + Rockpaint will draw a curved, gradual change of colour in the region.
+ \item[Menu] + This opens the Main Menu. You can also press the Menu key to open it. +\end{description}
+
+\subsubsection{Main Menu}
+The main menu consists of the following: +\begin{description} + \item[Resume] + Closes the Main Menu.
+ \item[New] + Creates a new canvas and discards the current file. BE CAREFUL. + You will lose any unsaved changes in the file that is currently open.
+ \item[Load] + Loads a bitmap file. Simply navigate to the file as you + would in the file browser.
+ \item[Save] + Saves the current file. If it has not been saved before, + you will be given a chance to name it and choose the saving location.
+ \item[Brush speed] + Changes the speed at which the selection cursor + moves when you hold down a movement button.
+ \item[Brush size] + Allows you to adjust the drawing size of the pencil tool.
+ \item[Choose colour] + Allows you to manually edit the foreground colour. + You can edit the RBG and/or the HSV values.
+ \item[Grid size] + Allows you to show or hide a grid over the canvas, + and to specify its size.
+ \item[Exit] + Exits Rockpaint. +\end{description} + +\warn{BE CAREFUL. Rockpaint will NOT prompt you to save +if you select Exit, so any unsaved changes will be lost.}
+ +\begin{table} +\begin{btnmap}{}{} + \nopt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{ + \nopt{IRIVER_H300_PAD,GIGABEAT_S_PAD}{\ButtonPower} + \opt{IRIVER_H300_PAD}{\ButtonOff} + \opt{GIGABEAT_S_PAD}{\ButtonBack} + & Quits Rockpaint immediately.\\ + } + + \ButtonLeft + & Moves the cursor to the left.\\ + + \ButtonRight + & Moves the cursor to the right.\\ + + \nopt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,IRIVER_H10_PAD}{\ButtonUp} + \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonMenu} + \opt{IRIVER_H10_PAD}{\ButtonScrollUp} + & Moves the cursor up.\\ + + \nopt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,IRIVER_H10_PAD}{\ButtonDown} + \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonPlay} + \opt{IRIVER_H10_PAD}{\ButtonScrollDown} + & Moves the cursor down.\\ + + \opt{IRIVER_H300_PAD}{\ButtonOn}% + \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonSelect+\ButtonMenu}% + \opt{SANSA_C200_PAD,SANSA_E200_PAD}{\ButtonSelect+\ButtonPower}% + \opt{IAUDIO_X5_PAD}{\ButtonPlay}% + \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu}% + \opt{IRIVER_H10_PAD}{\ButtonPlay}% + & Displays the Main Menu.\\ + + \opt{IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_C200_PAD,SANSA_E200_PAD}{\ButtonRec} + \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonMenu+\ButtonLeft} + \opt{GIGABEAT_PAD}{\ButtonA} + \opt{IRIVER_H10_PAD}{\ButtonRew} + \opt{GIGABEAT_S_PAD}{\ButtonPlay} + & Displays the toolbar.\\ + + \nopt{IRIVER_H10_PAD}{\ButtonSelect}% + \opt{IRIVER_H10_PAD}{\ButtonFF}% + & Toggles the brush and selects objects.\\ + + \end{btnmap} +\end{table} |