Forum Moderators: mack

Message Too Old, No Replies

multi-page TIF conversion

multi-page TIF conversion

         

itnecor

2:36 pm on Aug 23, 2006 (gmt 0)

10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member



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.

[imagemagick.org...]

itnecor

5:37 pm on Aug 24, 2006 (gmt 0)

10+ Year Member



thank you jtara!

itnecor

8:39 am on Aug 25, 2006 (gmt 0)

10+ Year Member



By the way, is there a way to make the processing? I've tried to convert about 89 TIF file with the total 4 MB and it takes me almost 5 mins.

Please advise.