Generated by DeepSeek V3.2| PICT | |
|---|---|
| Name | PICT |
| Extension | .pict, .pct, .pic |
| Mime | image/x-pict |
| Owner | Apple Inc. |
| Released | 0 1984 |
| Genre | Raster graphics, Vector graphics |
| Extended to | QuickDraw |
PICT. PICT is a graphics file format introduced by Apple Inc. for the Macintosh operating system, primarily associated with the QuickDraw graphics library. It is a versatile metafile format capable of containing both vector and raster image data, making it a foundational format for early desktop publishing and graphics interchange on the Macintosh platform. The format was extensively used for clip art, screen captures, and as an intermediate format for moving images between applications like MacPaint and MacDraw.
The PICT format was designed as the native metafile format for the QuickDraw API, which was the core 2D graphics system of the classic Mac OS. Its primary role was to facilitate the exchange of graphical data between different applications running on the Macintosh, such as between the painting program MacPaint and the drawing program MacDraw. A key feature of PICT is its ability to embed both vector commands (like lines and shapes) and bitmap data within a single file, providing a flexible solution for complex images. This dual nature made it integral to the early desktop publishing revolution, supported by seminal applications like Adobe PageMaker and Aldus FreeHand.
Technically, a PICT file is a sequence of QuickDraw opcodes that instruct the graphics engine on how to draw the image. The format supports a variety of color depths, from 1-bit monochrome to 8-bit indexed color and eventually 32-bit RGB with the introduction of Color QuickDraw. It can include data for bitmaps, polygons, text, and other primitives. The file structure typically begins with a 512-byte header (often used by the Macintosh Finder), followed by the picture data. PICT resources were also commonly stored within the resource fork of Macintosh filesystem files, a characteristic feature of the Classic Mac OS.
The PICT format was introduced in 1984 alongside the original Macintosh 128K and its system software. It was developed by Apple Inc. engineers, including Bill Atkinson, the creator of QuickDraw and MacPaint. The format evolved through several revisions; PICT 1 was monochrome, while PICT 2, introduced with the Macintosh II and Color QuickDraw in 1987, added support for color and expanded raster operations. Its use peaked during the late 1980s and early 1990s with the growth of the desktop publishing industry and software like Adobe Illustrator and QuarkXPress. However, with the transition to macOS X and its modern graphics systems like Quartz, which uses the Portable Document Format (PDF) as its native metafile, the importance of PICT diminished significantly.
PICT files were ubiquitously used for a wide range of graphics tasks on the Macintosh platform. They served as a common format for clip art libraries and screen captures (often taken with the built-in Command-Shift-3 keystroke). In professional workflows, applications like Adobe Photoshop, Microsoft PowerPoint, and Canvas used PICT for importing and exporting images. It was also a standard interchange format for Scitex drum scanning systems and early color prepress work. Furthermore, PICT sequences were sometimes used for simple animation or video playback in applications like Apple's Media Tool.
The PICT file format specification was originally defined by Apple Inc. in its technical documentation for QuickDraw and the Macintosh Toolbox. A PICT file consists of a picture header followed by a series of operational codes (opcodes) that correspond directly to QuickDraw drawing commands. These opcodes can represent operations such as drawing a line, painting a bitmap, setting a font, or defining a clipping region. The binary structure is big-endian, reflecting the Motorola 68000 architecture of early Macintosh computers. While the specification was openly documented, the format's tight integration with the proprietary QuickDraw system limited its adoption on other platforms like Microsoft Windows or UNIX, though some cross-platform applications provided limited support.
Category:Graphics file formats Category:Apple Inc. software Category:Macintosh