I think we should also make mention of support BMP
and JPEG files as well. Taken from the wiki and originally written by Nick Sant (evilnick). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20947 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a1c9174a6a
commit
7d5477c355
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,10 @@ WPS}. For this feature to work, you must observe a few rules.
|
|||
|
||||
Rockbox does not support album art embedded in your files' tags, and will
|
||||
instead look for a picture located in the filesystem. In addition to this, the
|
||||
pictures must be in the BMP or JPG formats.
|
||||
pictures must be in the BMP or JPEG formats. Rockbox does not support
|
||||
RLE-compressed BMP files, nor does it support progressive and multi-scan
|
||||
JPEG files. JPEG files must consist of a single scan with interleaved components,
|
||||
as progessive and multi-scan images require much more memory to decode.
|
||||
|
||||
\section{Where to put album art}
|
||||
|
||||
|
|
Loading…
Reference in a new issue