What is PICT? Apple QuickDraw Picture Format Explained

PICT is the classic Macintosh metafile format storing QuickDraw drawing commands, supporting both vector and raster graphics on Classic Mac OS.

Free online file converter tool. Works in Chrome Firefox Safari Edge Opera and other modern browsers on Windows macOS Linux Android and iOS. No software installation or sign-up required. All conversions run directly in your browser, so your files never leave your device. Free to use with no account needed.

Image

What is PICT? Apple QuickDraw Picture Format Explained

The classic Macintosh metafile format built on Apple's QuickDraw drawing commands.

Last updated:

Year Created1984
CompressionVector/raster metafile
Primary UseClassic Mac OS graphics

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

DeveloperApple Computer[1]
File Extension.pict (.pct, .pic)[1]
MIME Typeimage/x-pict[1]
Released1984[1]
TypeQuickDraw metafile (vector & raster)[1]

PICT vs Other Image Formats

FeaturePICTPNGTIFF
TypeRaster & vector[1]RasterRaster
CompressionRLE, optional JPEG[1]LosslessLossless or none
OriginApple Macintosh[1]W3CAldus/Adobe
PlatformClassic Mac OS[2]Cross-platformCross-platform
Browser supportNone nativeUniversalNone native
Best forLegacy Mac documentsWeb graphicsArchival 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

Hybrid vector and raster | FileFormer

PICT can store vector drawing commands, embedded bitmaps and limited text in a single file, making it versatile on Classic Mac OS.

Native Mac integration | FileFormer

Because it maps directly to QuickDraw, PICT was deeply integrated into Classic Mac OS applications and the clipboard.

Color and grayscale support | FileFormer

PICT 2 introduced 4-, 8-, 16- and 24-bit color and grayscale, with optional 32-bit color including an alpha channel.

Compact vector storage | FileFormer

The original PICT 1 used compact single-byte opcodes to describe vector graphics efficiently.

Disadvantages

Tied to QuickDraw | FileFormer

PICT depends on the QuickDraw model, which Apple discontinued with the move to Mac OS X, leaving the format largely obsolete.

No single clear specification | FileFormer

Although widely documented, there is no single authoritative, complete specification, complicating fully accurate parsing.

Weak cross-platform support | FileFormer

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 Free

Frequently 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.

References

  1. PICT - Wikipedia
  2. PICT - Just Solve the File Format Problem