Forum Moderators: coopster

Message Too Old, No Replies

resizing an image on the fly

         

gggmicrosystems

10:27 am on Dec 19, 2005 (gmt 0)



hi guys,

any one here can show how to resize ang image using php... i want to resize it not with the use of img tag of html. ive googling this and i dont seem to get the right result.. hope u can help.. thnks

jc_armor

11:44 am on Dec 19, 2005 (gmt 0)

10+ Year Member



php has built-in functions for images, you can view it here:

[php.net...]

as to resizing of images, you can use the "imagecopyresized" or "imagecopyresampled" functions.

hope this helps.

henry0

1:01 pm on Dec 19, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Check our Library; look for the Bag o'trick

Starts HERE [webmasterworld.com]

I remember that a nice "resize script" is there :)

dreamcatcher

1:40 pm on Dec 19, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



There`s also plenty of scripts on the PHP Scripts Repository:

[phpclasses.org...]

dc