2006.07.18 07:30 "[Tiff] C# interop for libtiff?", by Gerben Vos

2006.07.18 07:30 "[Tiff] C# interop for libtiff?", by Gerben Vos

Inspired by Ivan Kopcanski's question, I have been experimenting a bit in my spare time with C# interoperation for LibTIFF; I've gotten TIFFOpen() and TIFFClose() to work already, but am still thinking about how to implement the variable-arguments TIFFSetField() in a nice way. (I've even been thinking about emitting appropriate functions during runtime, generating them from the tags table.)

Has someone else already done something in this area which you can share?

Gerben Vos.