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 |
ImageGear Multipage Support | Yes |
ImageGear Alpha Channel Support | No |
ImageGear Platforms Support | Win32, Win64, .NET, .NET64 |
To support the DWF format, attach the ImageGear CAD/Vector DWF Component to Core ImageGear. |
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 - autodetection
- 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 |
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 raster data inside the DWF file. This only affects saving of raster images to DWF. Allowed values correspond to enumIGSaveFormats constants. |
WIDTH | INT | 512 | Any positive value | Defines the DIB width of the loaded image. The DIB height is calculated using the file's scale factors. |
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 also may contain an encapsulated raster image, in one of the following formats: BMP, CAL, GIF, CCITT Group4, JPEG, PCX, PCT, PNG, TGA, TIFF.