| Full Name |
Digital camera RAW format |
| Format ID |
ImGearFormats.DCRAW |
| File Extension(s) |
*.* |
| Data Type |
Raster Image |
| Data Encoding |
Binary |
| IG Multipage Support |
No |
| IG Alpha Channel Support |
No |
| IG Metadata Update Support |
No |
| IG Platforms Support |
WIN32, WIN64, .NET, .NET64, Unix, Unix64, MAC, Silverlight |
ImageGear Supported Versions
Please see the sections ImageGear Supported Digital Camera RAW Formats Reference and Particular Cameras Supported DC RAW Formats.
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. |
See Also