> Could someone show me some php that proportionally resizes an image?
> I'm collecting user sumbitted images and need them all to be within
> certain size constraints.  What's the simplest, best way to do this?

Try out www.php.net/imagecopyresized or
http://www.php.net/manual/en/ref.image.php if that doesn't do your job for
you.

Although these are valid functions, you'll need the GD extension or you'll
get error messages. Make sure you have this installed first.

> Sample code would be a huge help, as I'm a newbie and have not done
> anything with PHP image processing functions.

Fraid I can't help you here. Haven't developed any, although I'm sure it's
not hard, but I'm sure someone else can provide some.

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

Reply via email to