Data file formats: Difference between revisions
Jump to navigation
Jump to search
m (→List of supported formats: more samples) |
(→List of supported formats: add WAV, I think Totem supports it) |
||
Line 20: | Line 20: | ||
** [[PNG]] |
** [[PNG]] |
||
** [[SVG]] (in Browse, also directly by [[Sugar]] for icons). [http://svg-whiz.com/samples.html#svg Sample files (not all work in Browse] |
** [[SVG]] (in Browse, also directly by [[Sugar]] for icons). [http://svg-whiz.com/samples.html#svg Sample files (not all work in Browse] |
||
** [[TIFF]] (in [[Read]] via [[Evince]]). [http://www.zarvantech.com/web/tiff_samples.html Sample files |
** [[TIFF]] (in [[Read]] via [[Evince]]). [http://www.zarvantech.com/web/tiff_samples.html Sample files] |
||
* [[Ebooks|eBook formats]] |
* [[Ebooks|eBook formats]] |
||
Line 28: | Line 28: | ||
* [[Music/formats|Sound formats]] |
* [[Music/formats|Sound formats]] |
||
** [[Ogg]] Vorbis (supported by the Totem plugin for [[Browse]]). [http://commons.wikimedia.org/wiki/Image:Tromboon-sample.ogg Sample file], also there are sample files in some OLPC builds in OLPC Library > media > music ([http://dev.laptop.org/pub/content/Library/music/bundle_index.html equivalent web version]. |
** [[Ogg]] Vorbis (supported by the Totem plugin for [[Browse]]). [http://commons.wikimedia.org/wiki/Image:Tromboon-sample.ogg Sample file], also there are sample files in some OLPC builds in OLPC Library > media > music ([http://dev.laptop.org/pub/content/Library/music/bundle_index.html equivalent web version]. |
||
** WAV (supported by the Totem plugin for Browse). [http://www.nch.com.au/acm/index.html Sample files] |
|||
** the Totem and Gnash plugins for [[Browse]] claim to support other formats, enter <tt>about:plugins</tt> in the Browse location field. |
** the Totem and Gnash plugins for [[Browse]] claim to support other formats, enter <tt>about:plugins</tt> in the Browse location field. |
||
Revision as of 12:07, 6 July 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.
The libraries and packages in the build support various file formats. Some of this support is exposed through the various Activities and the files they load. Most activities list the mime types they support in their activity.info file. In a Terminal activity,
cat ~olpc/Activity name.activity/activity/activity.info
and there will be a mime_types line.
List of supported formats
TODO: This should become a table of format - mime-type - activities supporting the format - a link to sample files for each file format.
- Image formats
- JPEG 2000 (? does not work in Browse). [Sample file]
- GIF
- JPEG
- PNG
- SVG (in Browse, also directly by Sugar for icons). Sample files (not all work in Browse
- TIFF (in Read via Evince). Sample files
- Sound formats
- Ogg Vorbis (supported by the Totem plugin for Browse). Sample file, also there are sample files in some OLPC builds in OLPC Library > media > music (equivalent web version.
- WAV (supported by the Totem plugin for Browse). Sample files
- the Totem and Gnash plugins for Browse claim to support other formats, enter about:plugins in the Browse location field.
- General formats
- Compression formats
- OLPC-specific formats
- Journal entry bundles (a zip file with the ".xoj" extension and mime type 'application/vnd.olpc-journal-entry')