Ask Your Question
0

save to tiff without compression

asked 2013-04-02 01:12:54 -0600

lyw8120 gravatar image

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

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-03-18 20:59:54 -0600

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.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-04-02 01:12:54 -0600

Seen: 2,255 times

Last updated: Mar 18 '14