Free webp to jpg
Image MIME Reference
PICT

Apple PICT Image

image/x-pict
VS

AutoCAD Slide

image/vnd.sld
SLD

A complete technical comparison of Apple PICT Image and AutoCAD Slide — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.

Equal browser support

Feature Support

Feature PICT SLD
Transparency (Alpha) Yes ✕ No
Animation Support ✕ No ✕ No
Progressive Loading ✕ No ✕ No
HDR Support ✕ No ✕ No
EXIF Metadata ✕ No ✕ No
ICC Color Profile ✕ No ✕ No
Apple PICT Image
image/x-pict
Extension
.pict.pct.pic
Container QuickDraw Metafile
Compression Uncompressed / Run-Length Encoding (RLE) / QuickTime Compressors (JPEG, SMC)
Algorithm
Apple PackBits (RLE)QuickTime Image Compression Manager (ICM)
Color Depth 1-bit, 2-bit, 4-bit, 8-bit (Indexed), 16-bit (High Color), 24-bit (True Color), 32-bit (RGBA)
Developed by Apple Computer, Inc.
Released 1984
Magic Bytes
None (Requires offset parsing, e.g., 00 11 02 FF at byte 522)
Full PICT reference →
AutoCAD Slide
image/vnd.sld
Extension
.sld
Container AutoCAD Slide Container
Compression Uncompressed (Vector Instructions)
Algorithm
None
Color Depth 8-bit (AutoCAD Indexed Color)
Developed by Autodesk, Inc.
Released 1980s
Magic Bytes
41 75 74 6F 43 41 44 20 53 6C 69 64 65 0D 0A 1A 00
Full SLD reference →

Browser Support Comparison

Browser PICT SLD
Chrome Chrome
Firefox Firefox
Safari Safari
Edge Edge
IE IE (Legacy)
PICT

PICT Strengths

  • Incredibly versatile for its time, allowing a single file to cleanly scale text and vector shapes while simultaneously housing raster photos
  • Served as the flawless universal clipboard format for the classic Mac OS, enabling seamless copy/pasting between wildly different applications
Limitations
  • Deeply tied to Apple's legacy QuickDraw graphics architecture, making it exceptionally difficult to write accurate third-party parsers on modern operating systems
  • Lack of a standard magic header makes file detection unreliable without seeking 522 bytes deep into the file
  • Completely unsupported in modern web environments and discontinued by Apple itself
SLD

SLD Strengths

  • Allowed for instantaneous loading of highly complex architectural and engineering blueprints on low-memory MS-DOS systems
  • Easy-to-parse binary structure containing simple opcodes for drawing vectors and polygons
Limitations
  • Completely obsolete and heavily fragmented, largely replaced by PDF and lightweight web-based DXF viewers
  • Destructive 'snapshot' format irrevocably strips all useful, editable CAD geometry data from the original drawing
  • Zero support in web browsers or standard image processing libraries

When to choose which format

PICT
Use PICT when…
  • Classic Mac OS Clipboard Data
  • Legacy Macintosh Desktop Publishing (Aldus PageMaker, QuarkXPress)
  • 1980s/1990s Digital Clip Art
SLD
Use SLD when…
  • Legacy AutoCAD Slideshows
  • AutoCAD Custom Icon Menus
  • Historical CAD Archival
Share this comparison