C# Class LibRawNet.Native.libraw_data_t

Afficher le fichier Open project: ashmind/librawnet Class Usage Examples

Méthodes publiques

Свойство 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_oe property

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

color public_oe property

The structure contains color data retrieved from the file.
public libraw_colordata_t,LibRawNet.Native color
Résultat libraw_colordata_t

idata public_oe property

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

image public_oe property

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

masked_pixels public_oe 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
Résultat libraw_masked_t

other public_oe 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
Résultat libraw_imgother_t

progress_flags public_oe property

This field records the past phases of image processing.
public LibRaw_progress progress_flags
Résultat LibRaw_progress

progress_warnings public_oe property

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

sizes public_oe property

The structure describes the geometrical parameters of the image.
public libraw_image_sizes_t,LibRawNet.Native sizes
Résultat libraw_image_sizes_t

thumbnail public_oe 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
Résultat libraw_thumbnail_t