PHP thumbnails
PHP thumbnails
Out of context: Reply #1
- Started
- Last post
- 5 Responses
- heavyt0
this is pretty simple. it is all built in to PHP 4.3+.
the trick is to use the imagecopyresampled method instead of the imagecopyresize method.
resampled will make it smooth.
I have a class written if you or your developer want it. just let me know.
TR1