What is PICT? Apple QuickDraw Picture Format Explained
The classic Macintosh metafile format built on Apple's QuickDraw drawing commands.
Last updated:
What is PICT?
PICT is a graphics file format introduced by Apple on the original Macintosh in 1984 as its standard metafile format. It allows the interchange of both vector and bitmap graphics, along with limited text, between Classic Mac OS applications.
A PICT file is essentially a recorded sequence of QuickDraw drawing operations, the graphics system underlying Classic Mac OS. As a standalone file it typically begins with a 512-byte header (often all zeros) followed by the picture data. PICT 1 supported only simple monochrome graphics, while PICT 2 added support for color and grayscale up to 24-bit (and optional 32-bit with alpha).
How PICT Works
A PICT file is a recorded sequence of QuickDraw operations, the drawing system underlying Classic Mac OS, so displaying one means replaying those opcodes through QuickDraw.[1] As a standalone file it usually begins with a 512-byte header, often all zeros, before the picture data, mixing vector primitives, bitmaps, and limited text in one stream.[2]
History and Versions
Apple introduced PICT on the original Macintosh in 1984 as the system's standard metafile for graphics interchange between applications.[1] PICT 1 handled only simple monochrome graphics, while PICT 2 extended the format to color and grayscale up to 24-bit, with an optional 32-bit mode carrying an alpha channel.[2]
Technical Limitations
Because PICT is tied to QuickDraw, faithful rendering historically depended on the Mac graphics environment, complicating cross-platform use.[2] Apple's move to Mac OS X and PDF-based imaging deprecated QuickDraw, leaving PICT a legacy format largely replaced by PDF, TIFF, and PNG.[1]
MKV Technical Specifications
PICT vs Other Image Formats
| Feature | PICT | PNG | TIFF |
|---|---|---|---|
| Type | Raster & vector[1] | Raster | Raster |
| Compression | RLE, optional JPEG[1] | Lossless | Lossless or none |
| Origin | Apple Macintosh[1] | W3C | Aldus/Adobe |
| Platform | Classic Mac OS[2] | Cross-platform | Cross-platform |
| Browser support | None native | Universal | None native |
| Best for | Legacy Mac documents | Web graphics | Archival imaging |
PICT combined raster and vector data on classic Mac OS but was deprecated after Mac OS X, leaving PNG and TIFF as the practical successors.
Advantages & Disadvantages
Advantages
PICT can store vector drawing commands, embedded bitmaps and limited text in a single file, making it versatile on Classic Mac OS.
Because it maps directly to QuickDraw, PICT was deeply integrated into Classic Mac OS applications and the clipboard.
PICT 2 introduced 4-, 8-, 16- and 24-bit color and grayscale, with optional 32-bit color including an alpha channel.
The original PICT 1 used compact single-byte opcodes to describe vector graphics efficiently.
Disadvantages
PICT depends on the QuickDraw model, which Apple discontinued with the move to Mac OS X, leaving the format largely obsolete.
Although widely documented, there is no single authoritative, complete specification, complicating fully accurate parsing.
PICT was never broadly supported outside the Mac ecosystem, and modern tools may not read QuickDraw-based PICT files.
Common Use Cases
PICT is associated with graphics interchange on Classic Mac OS systems.
Macintosh clipboard graphics | FileFormer
PICT was the standard format for copying and pasting graphics between Classic Mac OS applications.
Drawing and layout apps | FileFormer
Programs such as MacDraw and early page-layout tools saved and exchanged artwork as PICT files.
Legacy Mac document assets | FileFormer
Older Mac documents and clip art frequently embedded images as PICT, now mainly read for migration.
Convert PICT Files Free
Use our free online converter to convert PICT and other formats - no signup, no watermarks.
Try Image Converter FreeFrequently Asked Questions
Is PICT a vector or raster format?
Both. PICT is a metafile of QuickDraw commands that can contain vector graphics, embedded bitmaps and limited text.
What is the difference between PICT 1 and PICT 2?
PICT 1 was a compact monochrome format with single-byte opcodes; PICT 2 added 16-bit opcodes and color/grayscale up to 24-bit with optional alpha.
Why is PICT obsolete?
PICT relies on QuickDraw, which Apple retired with Mac OS X, replacing PICT with PDF as the native metafile format.
Can I open PICT files today?
Some tools such as GraphicConverter and ImageMagick can read PICT, but support for QuickDraw-based PICT files is limited in modern software.
What is the 512-byte PICT header?
When PICT is stored as a standalone file, it typically starts with a 512-byte header, usually all zeros, before the picture data.