Announcement

Collapse
No announcement yet.

Merge/Join Multiple TIFF Files using command prompt

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Solved Merge/Join Multiple TIFF Files using command prompt

    Hi,

    Im using Command prompt on C#.NET(SYSTEM.DIAGNOSTIC) to join multiple TIFF Files but its fail. I mean it cant join bulk of tiff using the command line. i have 200 tiff files. But using the software itself, it can merged all of them. but i need only a command line for my c#.net project because i need to put all the number of images to text file and merged all of them on one TIFF File.

    #2
    Mark as solved!

    i use :

    i_view32.exe /tifc=1 /multitif=(c:\test.tif,c:\*.bmp)

    Comment

    Working...
    X