How do I auto resize user's inputted images to a specific dimension in PHP?

Posted by user300371 on Stack Overflow See other posts from Stack Overflow or by user300371
Published on 2010-03-25T17:23:11Z Indexed on 2010/03/25 17:33 UTC
Read the original article Hit count: 303

Filed under:
|

When users input their images, their images are any size. I want to be able to resize all the images to a specific dimension. Is there a function that allows me to do that in PHP?

thanks

© Stack Overflow or respective owner

Related posts about php

Related posts about images