libraw

Undocumented in source.

Modules

alloc
module libraw.alloc
Undocumented in source.
const_
module libraw.const_
Undocumented in source.
datastream
module libraw.datastream
Undocumented in source.
types
module libraw.types
Undocumented in source.
version_
module libraw.version_
Undocumented in source.

Public Imports

libraw.datastream
public import libraw.datastream;
Undocumented in source.
libraw.types
public import libraw.types;
Undocumented in source.
libraw.const_
public import libraw.const_;
Undocumented in source.
libraw.internal
public import libraw.internal;
Undocumented in source.
libraw.alloc
public import libraw.alloc;
Undocumented in source.

Members

Functions

libraw_COLOR
int libraw_COLOR(libraw_data_t* , int row, int col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_adjust_sizes_info_only
int libraw_adjust_sizes_info_only(libraw_data_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_cameraCount
int libraw_cameraCount()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_cameraList
const(char)** libraw_cameraList()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_capabilities
uint libraw_capabilities()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_close
void libraw_close(libraw_data_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_dcraw_clear_mem
void libraw_dcraw_clear_mem(libraw_processed_image_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_dcraw_make_mem_image
libraw_processed_image_t* libraw_dcraw_make_mem_image(libraw_data_t* lr, int* errc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_dcraw_make_mem_thumb
libraw_processed_image_t* libraw_dcraw_make_mem_thumb(libraw_data_t* lr, int* errc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_dcraw_ppm_tiff_writer
int libraw_dcraw_ppm_tiff_writer(libraw_data_t* lr, const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_dcraw_process
int libraw_dcraw_process(libraw_data_t* lr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_dcraw_thumb_writer
int libraw_dcraw_thumb_writer(libraw_data_t* lr, const(char)* fname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_free_image
void libraw_free_image(libraw_data_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_get_cam_mul
float libraw_get_cam_mul(libraw_data_t* lr, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_get_color_maximum
int libraw_get_color_maximum(libraw_data_t* lr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_get_decoder_info
int libraw_get_decoder_info(libraw_data_t* lr, libraw_decoder_info_t* d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_get_iheight
int libraw_get_iheight(libraw_data_t* lr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_get_imgother
libraw_imgother_t* libraw_get_imgother(libraw_data_t* lr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_get_iparams
libraw_iparams_t* libraw_get_iparams(libraw_data_t* lr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_get_iwidth
int libraw_get_iwidth(libraw_data_t* lr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_get_lensinfo
libraw_lensinfo_t* libraw_get_lensinfo(libraw_data_t* lr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_get_pre_mul
float libraw_get_pre_mul(libraw_data_t* lr, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_get_raw_height
int libraw_get_raw_height(libraw_data_t* lr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_get_raw_width
int libraw_get_raw_width(libraw_data_t* lr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_get_rgb_cam
float libraw_get_rgb_cam(libraw_data_t* lr, int index1, int index2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_init
libraw_data_t* libraw_init(LibRaw_constructor_flags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_open_buffer
int libraw_open_buffer(libraw_data_t* , void* buffer, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_open_datastream
int libraw_open_datastream(libraw_data_t* lr, libraw_abstract_datastream_t* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_open_file
int libraw_open_file(libraw_data_t* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_open_file_ex
int libraw_open_file_ex(libraw_data_t* , const(char)* , long max_buff_sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_open_wfile
int libraw_open_wfile(libraw_data_t* , const(wchar_t)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_open_wfile_ex
int libraw_open_wfile_ex(libraw_data_t* , const(wchar_t)* , long max_buff_sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_raw2image
int libraw_raw2image(libraw_data_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_recycle
void libraw_recycle(libraw_data_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_recycle_datastream
void libraw_recycle_datastream(libraw_data_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_set_bright
void libraw_set_bright(libraw_data_t* lr, float value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_set_dataerror_handler
void libraw_set_dataerror_handler(libraw_data_t* , data_callback func, void* datap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_set_demosaic
void libraw_set_demosaic(libraw_data_t* lr, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_set_exifparser_handler
void libraw_set_exifparser_handler(libraw_data_t* , exif_parser_callback cb, void* datap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_set_fbdd_noiserd
void libraw_set_fbdd_noiserd(libraw_data_t* lr, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_set_gamma
void libraw_set_gamma(libraw_data_t* lr, int index, float value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_set_highlight
void libraw_set_highlight(libraw_data_t* lr, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_set_memerror_handler
void libraw_set_memerror_handler(libraw_data_t* , memory_callback cb, void* datap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_set_no_auto_bright
void libraw_set_no_auto_bright(libraw_data_t* lr, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_set_output_bps
void libraw_set_output_bps(libraw_data_t* lr, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_set_output_color
void libraw_set_output_color(libraw_data_t* lr, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_set_output_tif
void libraw_set_output_tif(libraw_data_t* lr, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_set_progress_handler
void libraw_set_progress_handler(libraw_data_t* , progress_callback cb, void* datap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_set_user_mul
void libraw_set_user_mul(libraw_data_t* lr, int index, float val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_strerror
const(char)* libraw_strerror(int errorcode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_strprogress
const(char)* libraw_strprogress(LibRaw_progress )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_subtract_black
void libraw_subtract_black(libraw_data_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_unpack
int libraw_unpack(libraw_data_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_unpack_function_name
const(char)* libraw_unpack_function_name(libraw_data_t* lr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_unpack_thumb
int libraw_unpack_thumb(libraw_data_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_version
const(char)* libraw_version()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_versionNumber
int libraw_versionNumber()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libraw_wrap_ifp_stream
void libraw_wrap_ifp_stream(void* ifp, libraw_abstract_datastream_t* dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

LIBRAW_USE_STREAMS_DATASTREAM_MAXSIZE
enum LIBRAW_USE_STREAMS_DATASTREAM_MAXSIZE;
Undocumented in source.
_FILE_OFFSET_BITS
enum _FILE_OFFSET_BITS;
Undocumented in source.

Meta