Data file formats: Difference between revisions
Jump to navigation
Jump to search
(Undo revision 69177 by 128.95.198.83 (Talk) -- reverting vandalism) |
(merge where?) |
||
Line 27: | Line 27: | ||
[[Category:File formats]] |
[[Category:File formats]] |
||
[[Category:Python]] |
[[Category:Python]] |
||
{{merge}} |
Revision as of 15:37, 18 November 2007
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
- General formats
- 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)