Ok I make VB 2017 read Libraw.Dll
To call DCRAW_MAKE_MEM_IMAGE
Do i have to make other calls,
Open file?
Make Buffer?
Etc
Please - a few lines to point me in the correct direction
Help appreciated
raw image decoder
Ok I make VB 2017 read Libraw.Dll
To call DCRAW_MAKE_MEM_IMAGE
Do i have to make other calls,
Open file?
Make Buffer?
Etc
Please - a few lines to point me in the correct direction
Help appreciated
standard sequence for file
standard sequence for file processing:
open_file();
unpack();
dcraw_process();
dcraw_make_mem_image();
-- Alex Tutubalin @LibRaw LLC