Jump to content

[SOLVED] Php image manipuation


andrew_biggart

Recommended Posts

Ok i know i shouldnt post this hear but i crawled the web over and over and know one wil give me answers like this one.

 

What im after is some form of tutorial to explain to me how to write a script to upload an image, save one with a size of 100 x 100 and save another of 50 x 50 does anyone know any good tutorials online that coud point me in the right direction?

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/148311-solved-php-image-manipuation/
Share on other sites

Upload the image, create a new image resource and load your uploaded image into it.  Create another image resource and imagecopyresized() to 100 width 100 height, then do the same again to resize to 50x50.  check out php.net's image functions page:

 

http://php.net/image

 

All the functions and tool for working with images.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.