Is Javascript, PHP, ASP or Coldfusion is capable to combine a number of TIF to create a multi-page TIF?
Please advise.
jtara
6:25 pm on Aug 23, 2006 (gmt 0)
Javascript is not going to help you, as it is on the client side.
You could call install image:magik on your server and call it from PHP. It's a free library of image manipulation functions that can be used with a wide variety of programming languages.