From 5c09844d54c7adba80fd261e83a4c895d007a576 Mon Sep 17 00:00:00 2001 From: Teruaki Kawashima Date: Sun, 16 Jan 2011 11:40:47 +0000 Subject: Update manual for image viewer plugin. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29065 a1c6a512-1295-4272-9138-f99709370657 --- manual/plugins/imageviewer.tex | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'manual/plugins/imageviewer.tex') diff --git a/manual/plugins/imageviewer.tex b/manual/plugins/imageviewer.tex index 28ef62e3a6..e3603fa6ce 100644 --- a/manual/plugins/imageviewer.tex +++ b/manual/plugins/imageviewer.tex @@ -3,12 +3,15 @@ This plugin opens image files from the \setting{File Browser} to display them\nopt{lcd_color}{ using Rockbox's greyscale library}. Supported formats are as follows. \begin{table} - \begin{rbtabular}{.60\textwidth}{llX}% + \begin{rbtabular}{.60\textwidth}{lX}% {\textbf{Format}& \textbf{File-extension(s)}}% {}{} BMP & \fname{.bmp} \\ JPEG & \fname{.jpg, .jpe, .jpeg} \\ PNG & \fname{.png} \\ + \opt{lcd_color}{ + PPM & \fname{.ppm} \\ + } \end{rbtabular} \end{table} @@ -139,4 +142,10 @@ for JPEG images. Progressive scan and other unusual JPEG files are not supported, and will result in various ``unsupported xx'' messages. Processing could also fail if the image is too big to decode which will be explained by a respective message. + +\opt{lcd_color}{ + Supported PPM files are both ASCII PPM (P3) and raw PPM (P6). + For more information about PPM files, see + \url{http://netpbm.sourceforge.net/doc/ppm.html} +} } -- cgit v1.2.3