- PICT
Infobox file format
name = PICT
icon =
extension = .pict, .pct, .pic
mime = image/x-pict
type code = PICT
uniform type = com.apple.pict
owner =Apple Computer
genre = graphics
container for =
contained by =
extended from =
extended to =
standard =PICT is a graphics
file format introduced on the originalApple Macintosh computer as its standardmetafile format. It allows the interchange of graphics (both bitmapped and vector), and some limited text support, between Mac applications, and was the native graphics format ofQuickDraw .The original version, PICT 1, was designed to be as compact as possible while describing vector graphics. To this end, it featured single byte
opcode s, many of which embodied operations such as "do the previous operation again". As such it was quite memory efficient, but not very expandable. With the introduction of theMacintosh II and ColorQuickDraw , PICT was revised to version 2. This version featured 16-bit opcodes and numerous changes which enhanced its utility. PICT 1 opcodes were supported as a subset for backward compatibility.Within a Mac application, any sequence of drawing operations could be simply recorded/encoded to the PICT format by opening a "Picture", then closing it after issuing the required commands. By saving the resulting byte stream as a resource, a "PICT resource" resulted, which could be loaded and played back at any time. The same stream could be saved to a data file on disk (with 512 bytes of unused header space added) as a PICT file.
With the change to
Mac OS X , PICT was dropped in favour ofPortable Document Format (PDF) as the native metafile format, though PICT support is retained by many applications as it is so widely supported on the Mac.Links
* [http://developer.apple.com/documentation/mac/QuickDraw/QuickDraw-458.html Information on developer.apple.com]
* [http://www.fileformat.info/format/macpict/egff.htm Description on fileformat.info]
Wikimedia Foundation. 2010.