Hello,
Once I had a script that did this, but I can't find it now. This is what I need:
A php script that receives the image filename thru the URL (i.e. thumbnail.php?img=pictures/picture01.jpg) and generates on the fly a thumbnail of that picture specified by the img variable. The width and height can be specified on the same script configuration or in the url (i.e. thumbnail.php?img=pictures/picture01.jpg&w=100&h=90). And in case the specified image can't be found or is a format not supported by the script, displays a default image that can be specified on the configuration part of the script, that way preventing to show a broken image if the picture to be thumbnailed is not supported or missing.

Anyone have this or knows where I can fin it?

Thanks

    Write a Reply...