Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

image resizing

Status
Not open for further replies.

akgta

Programmer
Jul 18, 2007
42
CA
i want the end user to open an image, resize that image (crop also if possible) and then save that image.

is it possible in php or a combination php and javascript?

thanks in advance

 
it is possible to resize an image using php.

users do not typically interact with php - the web server does so. The exception is a windows based GTK.

there may be some javascript solutions to your question. You would be better off asking in the javascript forum. However I suspect that the best solution will be through the use of Java.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top