|
Posted by kenoli on 10/08/06 03:25
I want to resize an image file uploaded by a user for use in a user
directory.
I want a php script that will actually resize the image file, like
photoshop resizes an image, to a specified dimension. All the scripts
I have found simply constrain the display dimensions, the way html
does, leaving the file size alone.
What I want to do is to resize an image file uploaded by a user and
save it in a MySQL blob field for later retrieval to display along with
other user information associated with the user.
I want the vertical dimension to be a specific height, letting the
horizontal dimension be whatever it needs to be to preserve the
original height/width ratio.
Anyone know how to do this or know where I can find a script that does
this?
--Kenoli
Navigation:
[Reply to this message]
|