Please answer this simple SPAM challenge: six plus zero? (Example: nine)
If you want to convert from TIFF to JPG you can use ImageMagick if it is installed in your server.<?php$exec = 'convert /path/to/file.tiff /path/to/file.jpg 2>&1';@exec($exec, $exec_output, $exec_retval);//possible errorprint_r($exec_output)?>
<< Back to user notes page