AutoCAD Slide
image/vnd.sld
Released 1980s
· by Autodesk, Inc.
The image/vnd.sld MIME type represents the AutoCAD Slide format, a legacy proprietary graphics format created by Autodesk. Introduced in the 1980s, SLD files are stripped-down, non-editable snapshots of AutoCAD drawing viewports (DWG/DXF). Designed for an era with severe hardware limitations, they allowed users to instantly load and display complex CAD drawings in automated slideshows or as custom icon menus within the AutoCAD interface, avoiding the massive computational overhead of loading full 3D geometry.
Technical Specifications
.sld
None
application/x-sldimage/x-sld
Magic Bytes & HTTP Headers
AutoCAD Slide\r\n\x1a\x00
Browser Support Matrix
| Browser | Status | Min Version |
|---|---|---|
|
|
Not Supported | — |
|
|
Not Supported | — |
|
|
Not Supported | — |
|
|
Not Supported | — |
|
|
Not Supported | Legacy |
Advantages & Limitations
- 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
- 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
Developer Code Snippets
File Detection Steps
How to programmatically detect a image/vnd.sld
file by reading its raw bytes:
- 1 Check the first 17 bytes of the file for the magic string 'AutoCAD Slide\r\n\x1a\x00' (Hex: 41 75 74 6F 43 41 44 20 53 6C 69 64 65 0D 0A 1A 00).
- 2 Some variations of the header might exist for different AutoCAD versions, but all valid SLD files start with the ASCII text 'AutoCAD Slide'.
Software Support
Conversion Tools
Share & Embed
[](https://freewebptojpg.com/mime/image/sld)
<iframe src="https://freewebptojpg.com/mime/image/sld/embed" width="100%" height="280" style="border:1px solid #cbd5e1;border-radius:8px;" title="SLD Specs"></iframe>
JSON API
All data on this page is available as a free, open JSON API. Use it in your project, documentation, or tooling.
GET https://freewebptojpg.com/mime/image/sld.json
Open JSON
Frequently Asked Questions
What is an AutoCAD Slide (.sld) file?
An AutoCAD Slide file is a legacy snapshot format created by Autodesk. It stores a simplified, non-editable visual representation of an AutoCAD viewport (lines and polygons) designed to load almost instantly on older, resource-constrained computers.
Can I edit the CAD geometry in a .sld file?
No. Unlike standard DWG or DXF files, SLD files do not retain underlying 2D or 3D vector geometry, layers, or editable metadata. They are purely visual 'slides' intended for quick viewing and cannot be meaningfully edited back into a working CAD project.
How do I open a .sld file today?
Modern web browsers and consumer image viewers do not support SLD files. You must use legacy versions of AutoCAD (via the VSLIDE command), specialized CAD viewers, or legacy image software like XnView or IrfanView equipped with CAD plugins to view them.