First time here? Check out the FAQ!

Ask Your Question
0

save to tiff without compression

asked Apr 2 '13

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

Preview: (hide)

1 answer

Sort by » oldest newest most voted
0

answered Mar 19 '14

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.

Preview: (hide)

Question Tools

Stats

Asked: Apr 2 '13

Seen: 2,404 times

Last updated: Mar 18 '14