C# Class LibRawNet.Native.libraw_data_t

Show file Open project: ashmind/librawnet Class Usage Examples

Public Properties

Property Type Description
@params libraw_output_params_t
color libraw_colordata_t
idata libraw_iparams_t
image System.IntPtr
masked_pixels libraw_masked_t
other libraw_imgother_t
progress_flags LibRaw_progress
progress_warnings LibRaw_warnings
sizes libraw_image_sizes_t
thumbnail libraw_thumbnail_t

Property Details

@params public property

Data structure intended for management of image postprocessing (using the dcraw emulator).
public libraw_output_params_t,LibRawNet.Native @params
return libraw_output_params_t

color public property

The structure contains color data retrieved from the file.
public libraw_colordata_t,LibRawNet.Native color
return libraw_colordata_t

idata public property

The structure describes the main image parameters retrieved from the RAW file.
public libraw_iparams_t,LibRawNet.Native idata
return libraw_iparams_t

image public property

The memory area that contains the image pixels per se. It is filled when unpack() is called.
public IntPtr,System image
return System.IntPtr

masked_pixels public property

Structure containing pixel data for black (masked) border pixels. It is filled when unpack() is called.
public libraw_masked_t,LibRawNet.Native masked_pixels
return libraw_masked_t

other public property

Data structure for information purposes: it contains the image parameters that have been extracted from the file but are not needed in further file processing.
public libraw_imgother_t,LibRawNet.Native other
return libraw_imgother_t

progress_flags public property

This field records the past phases of image processing.
public LibRaw_progress progress_flags
return LibRaw_progress

progress_warnings public property

This field records suspicious situations (warnings) that have emerged during image processing.
public LibRaw_warnings progress_warnings
return LibRaw_warnings

sizes public property

The structure describes the geometrical parameters of the image.
public libraw_image_sizes_t,LibRawNet.Native sizes
return libraw_image_sizes_t

thumbnail public property

Data structure containing information on the preview and the preview data themselves. All fields of this structure but thumbnail itself are filled when open_file() is called. Thumbnail readed by unpack_thumb() call.
public libraw_thumbnail_t,LibRawNet.Native thumbnail
return libraw_thumbnail_t