Forum Moderators: coopster
that link does not trigger an auto D-load but offers many tips and "How to"
<edit>Typo</edit>
I will try convert code of ImageMagick to PHP if possible (very very complex and hard)!
Unless
1. You really want to do this in order to learn how (assuming it is even possible with PHP)
- OR -
2. Your time is of absolutely no value to you
Wouldn't it be easier to just switch to a host that allows you to make system calls to ImageMagick?
Tom
It will take more loads on the server because you are still loading a full sized img and only temporally resizing it from an HTML side
<edit>
for a while I was not sure if getimagesize did not require GD; I confirm that it is a pure PHP function
check it out here
[us2.php.net...]
</edit>