DiddleBug sketch
From Just Solve the File Format Problem
(Difference between revisions)
(Category:Palm OS Database) |
|||
| Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Graphics | |subcat=Graphics | ||
| + | |extensions={{ext|pdb}} | ||
| + | |released=1999 | ||
}} | }} | ||
| − | + | ''DiddleBug'' is an drawing and sticky-note application for Palm handheld computers. '''DiddleBug sketch''' refers to the images created with it, and to its associated [[Palm OS Database]] file, usually named DiddleBugDB.pdb. The images are bi-level, 160×160, compressed. | |
| − | + | ''DiddleBug'' is based on [[Diddle sketch|Diddle]], which is based on [http://elf.org/doodle/ Doodle]. | |
== See also == | == See also == | ||
| Line 11: | Line 13: | ||
== Identification == | == Identification == | ||
| − | The ASCII string " | + | The ASCII string "{{magic|DIDB}}" appears at offset 64. |
| + | |||
| + | The string "{{magic|Data}}" probably appears at offset 60, though this has not been confirmed. | ||
== Software == | == Software == | ||
| − | * [[Netpbm]]: ddbugtopbm | + | * [[Netpbm]]: ddbugtopbm ([http://netpbm.sourceforge.net/doc/ddbugtopbm.html documentation]) |
* [http://diddlebug.sourceforge.net/ DiddleBug] | * [http://diddlebug.sourceforge.net/ DiddleBug] | ||
* http://www.palmopensource.com/software/ → [http://www.palmopensource.com/software/diddlebug-2.15.zip diddlebug-2.15.zip], [http://www.palmopensource.com/software/diddlebug-source-2.15.tar.gz diddlebug-source-2.15.tar.gz] | * http://www.palmopensource.com/software/ → [http://www.palmopensource.com/software/diddlebug-2.15.zip diddlebug-2.15.zip], [http://www.palmopensource.com/software/diddlebug-source-2.15.tar.gz diddlebug-source-2.15.tar.gz] | ||
| Line 20: | Line 24: | ||
[[Category:Palm]] | [[Category:Palm]] | ||
[[Category:Palm OS Database]] | [[Category:Palm OS Database]] | ||
| + | [[Category:File formats with a distinctive filename]] | ||
Revision as of 12:14, 18 September 2017
DiddleBug is an drawing and sticky-note application for Palm handheld computers. DiddleBug sketch refers to the images created with it, and to its associated Palm OS Database file, usually named DiddleBugDB.pdb. The images are bi-level, 160×160, compressed.
DiddleBug is based on Diddle, which is based on Doodle.
See also
Identification
The ASCII string "DIDB" appears at offset 64.
The string "Data" probably appears at offset 60, though this has not been confirmed.