C# Класс LibRawNet.Native.libraw_data_t

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
@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

Описание свойств

@params публичное свойство

Data structure intended for management of image postprocessing (using the dcraw emulator).
public libraw_output_params_t,LibRawNet.Native @params
Результат libraw_output_params_t

color публичное свойство

The structure contains color data retrieved from the file.
public libraw_colordata_t,LibRawNet.Native color
Результат libraw_colordata_t

idata публичное свойство

The structure describes the main image parameters retrieved from the RAW file.
public libraw_iparams_t,LibRawNet.Native idata
Результат libraw_iparams_t

image публичное свойство

The memory area that contains the image pixels per se. It is filled when unpack() is called.
public IntPtr,System image
Результат System.IntPtr

masked_pixels публичное свойство

Structure containing pixel data for black (masked) border pixels. It is filled when unpack() is called.
public libraw_masked_t,LibRawNet.Native masked_pixels
Результат libraw_masked_t

other публичное свойство

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
Результат libraw_imgother_t

progress_flags публичное свойство

This field records the past phases of image processing.
public LibRaw_progress progress_flags
Результат LibRaw_progress

progress_warnings публичное свойство

This field records suspicious situations (warnings) that have emerged during image processing.
public LibRaw_warnings progress_warnings
Результат LibRaw_warnings

sizes публичное свойство

The structure describes the geometrical parameters of the image.
public libraw_image_sizes_t,LibRawNet.Native sizes
Результат libraw_image_sizes_t

thumbnail публичное свойство

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
Результат libraw_thumbnail_t