Data file formats: Difference between revisions

From OLPC
Jump to navigation Jump to search
(→‎List of supported formats: add sound and video, Etoys for ZIP)
(→‎List of supported formats: add TIFF, mention activities supporting some formats)
Line 10: Line 10:
** [[PNG]]
** [[PNG]]
** [[SVG]]
** [[SVG]]
** [[TIFF]] (in [[Read]] via [[Evince]])


* [[Ebooks|eBook formats]]
* [[Ebooks|eBook formats]]
** [[DJVU]]
** [[DJVU]] (coming to [[Read]])
** [[PDF]]
** [[PDF]] (in [[Read]] via [[Evince]])


* [[Music/formats|Sound formats]]
* [[Music/formats|Sound formats]]

Revision as of 08:41, 17 June 2008

This article is a stub. You can help the OLPC project by expanding it.

Introduction

Because the OLPC has limited storage and limited RAM, it is not a good idea to support every data format used on regular PCs. It makes more sense to use our PCs to convert data than to put that burden on the OLPC.

List of supported formats

  • Video formats
    • Ogg Theora?
    • DV format ? (/usr/lib/libdv present)
  • General formats
    • XML
    • SQLite (a lightweight relational database that is included in Python 2.5)
    • Gnu gdbm (supported by Python's dbm module)
    • Berkeley db version 4.3.0.1 (supported by Python's bsddb module)
  • Compression formats
    • Uncompressed (this is listed because the JFFS2 filesystem on the OLPC will compress all compressable files)
    • GNU Zip (supported by Python's zlib module, and by Etoys)