AutoCAD Slide
From Just Solve the File Format Problem
(Difference between revisions)
(Category:Autodesk) |
(Added sample files) |
||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Graphics | |subcat=Graphics | ||
| + | |extensions={{ext|sld}} | ||
| + | |pronom={{PRONOM|x-fmt/105}} | ||
}} | }} | ||
| − | An '''Autodesk Slide''' is a screen image from Autodesk/AutoCAD saved by the MSLIDE command and read by the VSLIDE command. It consists of a header followed by records specifying vector graphics. | + | An '''AutoCAD Slide''' (or '''Autodesk Slide''') is a screen image from Autodesk/[[AutoCAD]] saved by the MSLIDE command and read by the VSLIDE command. It consists of a header followed by records specifying vector graphics. |
| + | |||
| + | See also [[AutoCAD Slide Library]]. | ||
| + | |||
| + | == Identification == | ||
| + | A Slide file begins with ASCII "{{magic|AutoCAD Slide}}", followed by {{magic|0x0d 0x0a 0x1a 0x00}}. | ||
== Format info == | == Format info == | ||
* [http://www.autodesk.com/techpubs/autocad/acadr14/dxf/slide_file_format_al_u05_b.htm Slide file format] | * [http://www.autodesk.com/techpubs/autocad/acadr14/dxf/slide_file_format_al_u05_b.htm Slide file format] | ||
| + | |||
| + | == Software == | ||
| + | * [[Netpbm]]: ppmtoacad, sldtoppm | ||
| + | |||
| + | == Sample files == | ||
| + | * https://telparia.com/fileFormatSamples/image/autoCADSlide/ | ||
== Other links == | == Other links == | ||
Revision as of 02:07, 20 September 2021
An AutoCAD Slide (or Autodesk Slide) is a screen image from Autodesk/AutoCAD saved by the MSLIDE command and read by the VSLIDE command. It consists of a header followed by records specifying vector graphics.
See also AutoCAD Slide Library.
Contents |
Identification
A Slide file begins with ASCII "AutoCAD Slide", followed by 0x0d 0x0a 0x1a 0x00.
Format info
Software
- Netpbm: ppmtoacad, sldtoppm