OLPC 565
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|565}} |released=≤2007 }} OLPC '''565''' format is a raster graphics format used for icons shown while ...") |
(→Sample files) |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 12: | Line 12: | ||
Files begin with the ASCII signature "{{magic|C565}}". | Files begin with the ASCII signature "{{magic|C565}}". | ||
| − | == | + | == Specifications == |
* [http://code.coreboot.org/p/openfirmware/source/tree/HEAD/cpu/x86/pc/olpc/images/README Format description] | * [http://code.coreboot.org/p/openfirmware/source/tree/HEAD/cpu/x86/pc/olpc/images/README Format description] | ||
== Software == | == Software == | ||
* [http://code.coreboot.org/p/openfirmware/source/tree/HEAD/ofw/gui bmp24rgb565.fth, rgb565bmp24.fth] ([[Forth]] programs) | * [http://code.coreboot.org/p/openfirmware/source/tree/HEAD/ofw/gui bmp24rgb565.fth, rgb565bmp24.fth] ([[Forth]] programs) | ||
| + | * {{Deark}} | ||
| + | * [[Tom's Editor Desktop]] | ||
== Sample files == | == Sample files == | ||
* [http://code.coreboot.org/p/openfirmware/source/tree/HEAD/cpu/x86/pc/olpc/images Files from Open Firmware source code] | * [http://code.coreboot.org/p/openfirmware/source/tree/HEAD/cpu/x86/pc/olpc/images Files from Open Firmware source code] | ||
| + | * https://telparia.com/fileFormatSamples/image/olpc565/ | ||
== Links == | == Links == | ||
* [http://wiki.laptop.org/go/Open_Firmware OLPC Wiki: Open Firmware] | * [http://wiki.laptop.org/go/Open_Firmware OLPC Wiki: Open Firmware] | ||
| + | |||
| + | [[Category:Booting]] | ||
Revision as of 22:41, 17 October 2023
OLPC 565 format is a raster graphics format used for icons shown while booting an OLPC (One Laptop Per Child) laptop. Or something like that.
It is a simple uncompressed 16 bits/pixel color format.
Contents |
Identification
Files begin with the ASCII signature "C565".