使用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
相关文章
相关标签/搜索