MacDraw
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |subcat=Graphics |released=1984 }} '''MacDraw''' (later ClarisDraw) is a vector-based drawing program for the Macintosh. It was based on LisaDraw for the earlier ...") |
|||
Line 6: | Line 6: | ||
EazyDraw 6.0.3 Retro, a program that will run on current Macs as of 2014, can load the old MacDraw files. | EazyDraw 6.0.3 Retro, a program that will run on current Macs as of 2014, can load the old MacDraw files. | ||
+ | |||
+ | ==File Identification== | ||
+ | MacDraw version 0.* header begins with ascii {{magic|MD}} | ||
+ | |||
+ | MacDraw version 1.* header begins with ascii {{magic|DRWGMD}} | ||
+ | |||
+ | MacDraw II header begins with ascii {{magic|DRWG}} | ||
+ | |||
+ | MacDraw Pro header begins with ascii {{magic|dDocD2}} | ||
+ | |||
+ | ==ScreenShots== | ||
+ | [[Image:MacDraw0.9.4-About.png|400px]] | ||
== Links == | == Links == |
Revision as of 16:49, 3 May 2019
MacDraw (later ClarisDraw) is a vector-based drawing program for the Macintosh. It was based on LisaDraw for the earlier Apple Lisa computer. Versions were called MacDraw II and MacDraw Pro.
EazyDraw 6.0.3 Retro, a program that will run on current Macs as of 2014, can load the old MacDraw files.
File Identification
MacDraw version 0.* header begins with ascii MD
MacDraw version 1.* header begins with ascii DRWGMD
MacDraw II header begins with ascii DRWG
MacDraw Pro header begins with ascii dDocD2