请问谁有合并两个TIF文件的方法,要合并的两个文件可能有多页,多谢

解决方案 »

  1.   

    合并的规则?,
    如果说是这样的,a.tif有5页,b.tif有3页,我想把b.tif追加到a.tif 文件里,那么a.tif就有8页啦,多谢
      

  2.   

    http://asp.6to23.com/iseesoft/devdoc/imgdoc/tiff.txt
    还可以问问http://www.davidsoft.net/的David和Zyl910,我最近没时间
      

  3.   

    thats easyhttp://www.howto-solutions.com/disp_post.asp?sub=4
      

  4.   

    use Kodak image admin control in VB6ImgAdmin1.Image = App.Path & sfilename
    f1 = ImgAdmin1.ImageImgAdmin1.Image = App.Path & imagefile
    f2 = ImgAdmin1.Image
    ImgAdmin1.Image = f1
    ImgAdmin1.Insert f2, 1, page_num, 1