Add new comment

dcraw_ppm_tiff_writer has no unicode version

The problem is that I use the LibRaw.dll and his C API (My code is written with Delphi). And there is no access [as far as I can see] to the data structure required to implement a tiff writer. So I have to implement it is C++ and expose the function in the C API dll. The final effect is that my application will have to use a special DLL. I don't like the idea.

IMO LibRaw should expose a complete unicode API which is standard nowadays.