IM + PHP
Posted: 2007-11-07T09:38:38-07:00
This is a very stupid question. I had been using a third party php script to resize images using ImageMagick. It's outdated and doesn't work properly so I thought I'd try to use IM another way.
How do you use this? Do you need a long drawn out PHP script or should I be using some sort of interface to set this up? I basically have a directory full of images that I need to display thumb and full shots of. Do I use IM functions when I call the image on the page or what? This is what I was using previously:
Thanks for any help.
How do you use this? Do you need a long drawn out PHP script or should I be using some sort of interface to set this up? I basically have a directory full of images that I need to display thumb and full shots of. Do I use IM functions when I call the image on the page or what? This is what I was using previously:
Code: Select all
<img src="assets/product_thumb/magick.php/<?php echo $row_results['prdctImage_FileName']; ?>?resize(80x80)" border="0">