You will need the GD library of image functions for this to work.
You can find more information at the following page:
http://www.php.net/manual/en/ref.image.php

gl

"Randum Ian" <[EMAIL PROTECTED]> schreef in bericht
news:[EMAIL PROTECTED]
> Hi guys,
>
> Is it possible to resize an uploaded file to 10% of it's size and rename
> it accordingly?
>
> I have the filename for the full-size image as "filename-WWWxHHH.jpg"
> where WWW is the width and HHH is the height.
>
> I want the re-sized image to have the filename
> "filename-thumb-WWWxHHH.jpg" where WWW is the resized width and HHH is
> the resized height.
>
> Does this make any sense, would it be possible automatically?
>
> I am grateful for any help, Ian.
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to