Table of Contents

Class ImageParameters

Namespace
Aspose.Imaging.FileFormats.Dng.Decoder
Assembly
Aspose.Imaging.dll

Dng image parameters

public class ImageParameters
Inheritance
ImageParameters
Inherited Members

Properties

CameraManufacturer

Gets the camera manufacturer.

public string CameraManufacturer { get; }

Property Value

string

The make.

ColorsCount

Gets the colors.

public int ColorsCount { get; }

Property Value

int

The colors.

Description

Gets the description of colors (RGBG,RGBE,GMCY, or GBTG).

public string Description { get; }

Property Value

string

The cdesc.

DngVersion

Gets the DNG version.

public uint DngVersion { get; }

Property Value

uint

The DNG version.

Filters

Gets the Bit mask describing the order of color pixels in the matrix.

public uint Filters { get; }

Property Value

uint

The filters.

IsFoveon

Gets the is foveon matrix.

public uint IsFoveon { get; }

Property Value

uint

The is foveon.

Model

Gets the camera model.

public string Model { get; }

Property Value

string

The model.

RawCount

Gets the number of RAW images in file (0 means that the file has not been recognized).

public uint RawCount { get; }

Property Value

uint

The raw count.

Software

Gets the software.

public string Software { get; }

Property Value

string

The software.

TranslationCfaDng

Gets the translation array for CFA mosaic DNG format.

public string[] TranslationCfaDng { get; }

Property Value

string[]

The xtrans.

XmpData

Gets the XMP data.

public string XmpData { get; }

Property Value

string

The XMP data.