| Full Name | 
Digital format | 
| Format ID | 
ImGearFormats.DCRAW | 
| File Extension(s) | 
*.* | 
| Data Type | 
Raster Image | 
| Data Encoding | 
Binary | 
| Multi-Page Support | 
No | 
| Alpha Channel Support | 
No | 
| Metadata Update Support | 
No | 
| ImageGear Platforms Support | 
WIN32, WIN64, .NET, .NET64, Unix, Unix64, MAC | 
ImageGear Supported Versions
Please see Digital  .
ImageGear Supported Features
- IGFilterFormatFlags.DETECTSUPPORT - autodetection 
 - IGFilterFormatFlags.PAGEREADSUPPORT - single page file reading 
 
ImageGear Read Support
- ImGearCompressions.NONE: 
- Gray level: 10..16 bpp; 
 - RGB: 48 bpp 
 
 
ImageGear Write Support
No
ImageGear Filter Control Parameters
| Filter Control Parameter | 
Type | 
Default Value | 
Available Values | 
Description | 
| ApplyColorSpaceConversion | 
bool | 
true | 
false, true | 
Set to true to convert raw image to linear sRGB colorspace during loading. Has effect only if ApplyLowLevelProcessing is true. | 
| ApplyLowLevelProcessing | 
bool | 
true | 
false, true | 
If true, ImageGear applies initial processing stages on the Raw image. If false, ImageGear loads Raw image without any post-processing. See also ApplyColorspaceConversion and ApplyToneCorrection parameters. | 
| ApplyToneCorrection | 
bool | 
true | 
false, true | 
Set to true to automatically adjust image tone and apply sRGB gamma correction during loading. Has effect only if both ApplyLowLevelProcessing and ApplyColorspaceConversion are true. |