Image MIME Reference
SLD
AutoCAD Slide
image/vnd.sld
VS
GIMP Image Format
image/x-xcf
XCF
A complete technical comparison of AutoCAD Slide and GIMP Image Format — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.
Equal browser support
Feature Support
| Feature | SLD | XCF |
|---|---|---|
| Transparency (Alpha) | ✕ No | Yes |
| Animation Support | ✕ No | Yes |
| Progressive Loading | ✕ No | ✕ No |
| HDR Support | ✕ No | Yes |
| EXIF Metadata | ✕ No | Yes |
| ICC Color Profile | ✕ No | Yes |
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
GIMP Image Format
image/x-xcf
Extension
.xcf
Container
GIMP Hierarchical Chunk Container
Compression
None / RLE (Run-Length Encoding) / Zlib / Deflate (In newer GIMP versions)
Algorithm
NoneRLEZlib
Color Depth
8-bit per channel, 16-bit per channel, 32-bit floating point
Developed by
Spencer Kimball, Peter Mattis, and the GIMP Development Team
Released
1995
Magic Bytes
67 69 6D 70 20 78 63 66
Browser Support Comparison
| Browser | SLD | XCF |
|---|---|---|
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
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
XCF
XCF Strengths
- Preserves all non-destructive editing elements, layer hierarchies, masks, and alpha channels across GIMP sessions
- Open and thoroughly documented specification within the open-source community, allowing third-party tools like Krita and ImageMagick to read project files
- Reliable magic byte header prevents misidentification
Limitations
- Massive file sizes because raw, unflattened layer bitmaps and masks are stored directly within the project archive
- Completely proprietary to the GIMP ecosystem for deep editing; cannot be natively rendered or parsed by web browsers
- Third-party software supporting XCF may occasionally struggle to render complex text layer adjustments or advanced layer blend modes identically to GIMP
When to choose which format
SLD
Use SLD when…
- Legacy AutoCAD Slideshows
- AutoCAD Custom Icon Menus
- Historical CAD Archival
XCF
Use XCF when…
- GIMP Native Project Archival
- Layered Photo Editing and Graphic Design
- Intermediary Asset Preparation for Export