I am trying to save images as .tif 's and the default compression for the tif is lzw. Does anyone know how to save a tif in Tif Group 4 compression?
Here is the code that I'm using to save:
img.Save("Path_and_filename_with_tif_extension", System.Drawing.Imaging.ImageFormat.tif)
Thanks,
andegre
Here is the code that I'm using to save:
img.Save("Path_and_filename_with_tif_extension", System.Drawing.Imaging.ImageFormat.tif)
Thanks,
andegre