[
cross-posted to LAVA]
I have been playing around with the possibility of using .NET to read
and write TIFF files. I've hit a little bit of a wall when trying to
configure the encoding parameters such as compression and color depth.
I followed the example code on the MSDN website
here.
However, I am getting errors when I try to run this code in LabVIEW.
I've been able to isolate the error to the encoderParams argument of
the Bitmap.Save() method. However, I believe that I am constructing
this argument properly, per the example code. Has anyone else played
around with this?