save to tiff without compression
I have read the document about imwrite, but still do not know how to save image as tiff format without compression.
Is there anyone know how?
Thanks
I have read the document about imwrite, but still do not know how to save image as tiff format without compression.
Is there anyone know how?
Thanks
public static void SaveDocumentFile(REDocument document, string filePath); public static void SaveDocumentFile(BaseImage image, string filePath, BaseEncoder enc); public static void SaveDocumentFile(List<baseimage> images, string filePath, BaseEncoder enc); public static void SaveDocumentFile(REDocument document, string filePath, BaseEncoder enc); feel free to use the above methods to save image as tiff format. normally, image will not be compressed unless i use some sort of compression scheme. let me know if it is helpful.
Asked: 2013-04-02 01:12:54 -0600
Seen: 2,343 times
Last updated: Mar 18 '14