HP 100LX/200LX icon
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|icn}} |released=~1993 }} The '''HP 100LX''' and '''HP 200LX''' palmtop computers used a custom icon form...") |
(Category:Hewlett-Packard) |
||
Line 23: | Line 23: | ||
[[Category:Personal Digital Assistant formats]] | [[Category:Personal Digital Assistant formats]] | ||
+ | [[Category:Hewlett-Packard]] |
Revision as of 02:16, 1 August 2014
The HP 100LX and HP 200LX palmtop computers used a custom icon format, with filename extension .ICN.
Contents |
Format
We did not find much documentation about this format, but the examples we've seen use a simple uncompressed bi-level format, with an 8-byte header. The image dimensions are stored in the header, but they are probably always 44×32.
Identification
A file begins with bytes 01 00 01 00
.
Assuming dimensions of 44×32 pixels, the next four bytes are 2C 00 20 00
, and the file is exactly 200 bytes in size.