使用libtiff庫生成tif文件,格式轉換。

1、說明 該代碼主要使用libtiff庫,將T.6 格式文件轉換成 T.4格式。ui   2、代碼  int tiff2tiff(char *pSrcFile, char *pDstFile) { TIFF* intiff; TIFF* outiff; uint32 width, height; uint16 bitspersample = 1; uint16 samplesperp
相關文章
相關標籤/搜索