Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!mit-eddie!wuarchive!uunet!shelby!neon!kaufman From: kaufman@Neon.Stanford.EDU (Marc T. Kaufman) Newsgroups: comp.sys.mac.programmer Subject: Re: Need help in parsing PICT files. Message-ID: <1991Feb20.224839.23825@Neon.Stanford.EDU> Date: 20 Feb 91 22:48:39 GMT References: <1991Feb20.184317.21376@aplcen.apl.jhu.edu> Distribution: usa Organization: Computer Science Department, Stanford University Lines: 12 In article <1991Feb20.184317.21376@aplcen.apl.jhu.edu> franfh@kossy.jhuapl.edu.UUCP (Francis P. Horan) writes: > I would like to decode a PICT file into Quickdraw >function calls. Any recommendations on where to look for information or >software are appreciated. The easiest way to do this is to play the PICT into a grafport in which you have replaced all the [C]QDProcs with your own procedures. Each QD function call will then call one of your own procs. Furthermore, the data will be unpacked and parsed for you. Marc Kaufman (Kaufman@Neon.stanford.edu)