>Is there any pre-written code available on the net to generate thumbnail
>images for a picture. I mean I send the path of the image and my PHP
>Script should be able to generate a gif file of size 100x71 or something
>like that.
If your server has Imagemagick installed (it seems pretty common), t
* Thus wrote Leif K-Brooks ([EMAIL PROTECTED]):
> Vijaya_Manda wrote:
>
> >Is there any pre-written code available on the net to generate thumbnail
> >images for a picture.
> >I mean I send the path of the image and my PHP Script should be able to
> >generate a gif file of size 100x71 or something
Vijay Killu wrote:
That will resize the image and display it as a thumbnail.
No, they will give you a GD image resource to do what you want with.
What I want is a new image to be created. I mean a .gif file.
You can't create a GIF, but you can use imagepng() or imagejpeg() to
output it t
Vijaya_Manda wrote:
Is there any pre-written code available on the net to generate thumbnail
images for a picture.
I mean I send the path of the image and my PHP Script should be able to
generate a gif file of size 100x71 or something like that.
Images will look stretched if you do that, but he
Dear all,
Is there any pre-written code available on the net to generate thumbnail
images for a picture.
I mean I send the path of the image and my PHP Script should be able to
generate a gif file of size 100x71 or something like that.
Thanks & Regards,
___
PHPLover
*
5 matches
Mail list logo