Files of this type and auxiliary type contain an unpacked QuickDraw II picture.
Files of type $C1 and auxiliary type $0001 contain an unpacked QuickDraw II picture (a.k.a. PICT, after its counterpart on the Macintosh), and this file format is the same as file type $C0 and auxiliary type $0003, except files in this format are unpacked. If you encounter a file of this type, you should be able to get its length, allocate a handle of the same size, read the file into the handle, and call DrawPicture to display the picture. Refer to Apple IIGS Technical Note #46, DrawPicture Data Format for more information on the internal format of QuickDraw II pictures.
This and all of the other Apple II Technical Notes have been converted to HTML by Aaron Heiss as a public service to the Apple II community, with permission by Apple Computer, Inc. Any and all trademarks, registered and otherwise, are properties of their owners.