Guys,
We have 10 separate TIF Images on my Hard Drive. Is there any way i could merge those Images as 1 Multipage TIFF Image File ???
Printable View
Guys,
We have 10 separate TIF Images on my Hard Drive. Is there any way i could merge those Images as 1 Multipage TIFF Image File ???
The Only way I can think how to that is to open each one as a textstream, then connect each one in a textbox but to seperate them use "|||" 3 bars at the start and at the end of each file. Then to rebuild them is to use the FileSystemObject to save them back into a ".tif" format. I hope you can figure out the rest my brain is dead at the moment. But I think this is the way to go.
There may be some problem with the ASCII characters in the tif file but I wouldn't think they would use a Char$(13) or a Char$(10) which is "Return" and "LineFeed"