ImageGear Professional v18.4 > User Guide > File Format Reference > ImageGear Supported File Formats Reference > DCRAW |
Full Name | Digital camera RAW file |
Format ID | IG_FORMAT_DCRAW = 104 |
File Extension(s) | *.* |
Data Type | Raster Image |
Data Encoding | Binary |
Color Profile Support | No |
ImageGear Multipage Support | No |
ImageGear Alpha Channel Support | No |
ImageGear Platforms Support | WIN32, WIN64, .NET, .NET64, Unix, Unix64 |
Please see the section ImageGear Supported Digital Camera RAW Formats.
No
Filter Control Parameter | Type | Default Value | Available Values | Description | ||
APPLY_COLORSPACE_CONVERSION | AT_BOOL | TRUE | TRUE, FALSE |
If TRUE, ImageGear converts image from camera color space to linear sRGB color space, using white balance settings from the image metadata. This option is enabled only if RECONSTRUCT_COLORS is TRUE. In order to load the image with custom white balance settings, set APPLY_COLORSPACE_CONVERSION to FALSE and use Camera Raw Color space Conversion API functions after image loading.
|
||
APPLY_TONE_CORRECTION | AT_BOOL | TRUE | TRUE, FALSE |
If TRUE, ImageGear adjusts image exposure using image's default settings (baseline exposure) and default setting of 5 for Shadows. This option is enabled only if both RECONSTRUCT_COLORS and APPLY_COLORSPACE_CONVERSION are TRUE. In order to load the image with custom exposure/shadows settings, set APPLY_TONE_CORRECTION parameter to FALSE and use Camera Raw Tone Correction API functions after image loading.
|
||
RECONSTRUCT_COLORS | AT_BOOL | TRUE | TRUE, FALSE |
If TRUE, ImageGear performs the following operations during image loading:
These operations normally don't require user interaction. After applying these operations, all Camera raw images are converted to linear CMYG or RGBcolor space and promoted to 16 bits per channel. APPLY_COLORSPACE_CONVERSION and APPLY_TONE_CORRECTION parameters control the rest of color reconstruction operations. When RECONSTRUCT_COLORS is FALSE, ImageGear does not perform any color reconstruction operations during image loading.
|
Please see the section Working with ImageGear Digital Camera RAW Filter in Using ImageGear chapter.