Full Name |
DWF (Design Web Format) |
Format ID |
IG_FORMAT_DWF = 78 |
File Extension(s) |
*.dwf, *.w2d, *.w3d |
Data Type |
Vector/CAD image |
Data Encoding |
Binary, ZIP archive |
Color Profile Support |
No |
ImageGear Multi-Page Support |
Yes |
ImageGear Alpha Channel Support |
No |
ImageGear 3D Image Support |
Yes |
ImageGear Raster to Vector Format Conversion Support |
Yes |
ImageGear Unicode Text Display Support |
Yes |
ImageGear Platforms Support |
Win32, Win64, .NET, .NET64 |
ImageGear Supported Versions:
- Read:
- DWF packages version 6.0...6.21
- DWF streams up to version 0.55
- W2D streams up to version 6.0.1
- W3D streams up to version 13.0.5
- Write:
- DWF package version 6.21, with W2D stream version 6.01.
ImageGear Supported Features:
- IG_FLTR_DETECTSUPPORT - auto-detection
- IG_FLTR_PAGEREADSUPPORT - single page file reading
- IG_FLTR_MPAGEREADPSUPPORT - multi-page file reading
- IG_FLTR_PAGEINSERTSUPPORT - single-page file writing
ImageGear Read Support:
- IG_COMPRESSION_NONE - Vector/CAD data
ImageGear Write Support:
- IG_COMPRESSION_NONE - Vector/CAD data
ImageGear Filter Control Parameters:
Filter Control Parameter |
Type |
Default Value |
Available Values |
Description |
WIDTH |
Long |
512 |
Any positive value |
Defines the width of the empty DIB associated with the image after loading. DIB height is calculated using the file's scale factors. See Working with Vector Data. |
IMAGE_FORMAT |
Long |
IG_FORMAT_PNG |
IG_FORMAT_BMP, IG_FORMAT_CAL, IG_FORMAT_GIF, IG_FORMAT_G4, IG_FORMAT_JPG, IG_FORMAT_PCX, IG_FORMAT_PCT, IG_FORMAT_PNG, IG_FORMAT_TGA, IG_FORMAT_TIF |
Defines the internal format that will be used for saving of raster data inside the DWF file. This only affects saving of raster images to DWF. |
Comments:
DWF is an open file format developed by AutoDesk for storing DWG files on the Internet. DWF contains a vector based description of drawings and illustrations. The format supports 2D and 3D drawings. Unlike DWG and DXF, DWF is focused on viewing only. It is intended to be used for publishing 2D and 3D CAD drawings so they can be easily viewed without requiring the use of CAD software.
The format may also contain an encapsulated raster image, in one of the following formats: BMP, CAL, GIF, CCITT Group4, JPEG, PCX, PCT, PNG, TGA, TIFF.