Add new comment

New Build works with VB.NET

Hi,

we created a new build that exposes the TIFF option as a C API. Not sure when it will be part of the official release but should be part of the Nightlies.

You can see how i have used it in my VB.NET program: avail here: https://github.com/totoantibes/LumixCameraAscomDriver/blob/master/LumixC...

scroll to line 1475 for the imports definitions and 1690 for the actual usage of the methods . You may have to change the calls for C# but i trust it should work just the same.

Note the new build was really to expose the -tiff option which is now avail via this statement:

<DllImport("libraw.dll", EntryPoint:="libraw_set_output_tif", CallingConvention:=CallingConvention.Cdecl)>

Hope this helps

Robert