views:

43

answers:

1

How can I convert images to .tiff with php? (im testing on win xp)

I remember I used imagemagick to do this but I cant find the code now, and couldnt find any example on google.

A code sample will be appreciated.

Also, is there a way to do it without imagemagick?

+2  A: 

i think this links helps you, checkout this:

  1. http://pecl.php.net/package/imagick
  2. http://php.net/manual/en/book.imagick.php,

and also refer this stackoverflow question for better info. : http://stackoverflow.com/questions/1973719/how-to-convert-tiff-to-png-jpg-bmp-in-php

PM - Paresh Mayani