Doodle! (C64)
From Just Solve the File Format Problem
(Difference between revisions)
Line 22: | Line 22: | ||
* http://recoil.sourceforge.net/examples.zip → *.dd, *.JJ | * http://recoil.sourceforge.net/examples.zip → *.dd, *.JJ | ||
* [ftp://8bitfiles.net/archives/genie-commodore-file-library/HiResGraphics/DOODLEPIC1.ARC DOODLEPIC1.ARC], [ftp://8bitfiles.net/archives/genie-commodore-file-library/HiResGraphics/DOODLEPIC2.ARC DOODLEPIC2.ARC] | * [ftp://8bitfiles.net/archives/genie-commodore-file-library/HiResGraphics/DOODLEPIC1.ARC DOODLEPIC1.ARC], [ftp://8bitfiles.net/archives/genie-commodore-file-library/HiResGraphics/DOODLEPIC2.ARC DOODLEPIC2.ARC] | ||
+ | * http://whatis.rest7.com/how-to-open-dd-file | ||
== Links == | == Links == | ||
* [http://www.c64-wiki.com/index.php/Doodle Doodle], from the C64-Wiki | * [http://www.c64-wiki.com/index.php/Doodle Doodle], from the C64-Wiki |
Revision as of 20:23, 23 April 2018
Doodle! is a raster image format associated with the Doodle! drawing program for Commodore 64 computers. It is not related to the Atari Doodle format.
There is an uncompressed and a compressed version of the format. On platforms that use filename extensions, uncompressed files use extension .dd, and compressed files use extension .jj.
Contents |
Identification
Uncompressed files begin with 00 1C
, or possibly 00 5C
. Some sources say they are 9218 bytes in size, while others imply that sizes of 9026 and 9346 are also possible.
Software
Sample files
- http://recoil.sourceforge.net/examples.zip → *.dd, *.JJ
- DOODLEPIC1.ARC, DOODLEPIC2.ARC
- http://whatis.rest7.com/how-to-open-dd-file
Links
- Doodle, from the C64-Wiki