C# 클래스 LibRawNet.Native.libraw_data_t

파일 보기 프로젝트 열기: ashmind/librawnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
@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