try the resize copy function (can't remember the exact name ATM)

Set the destination's first colour to the desired background colour, then
copy/resize the image to it.

Martin

-----Original Message-----
From: Chris [mailto:[EMAIL PROTECTED]
Sent: Monday, 3 November 2003 12:36 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Image resize with background.


Hey guys. I have read a lot of different option to resize images.
 
What about a script that will resize an image, constrain proportions,
and add a background color to whatever is left.
 
For example, I have a picture that is 600 (width) by 300 (height) and I
want to constrain proportions, and resize this to 300 by 400 (width by
height). There would be an extra 250 pixels left in the height, so now
that gets filled in with some background color.
 
This way, the people that have to make any image fit in a certain
location can keep the same aspect ratio, and not have to have an 'out of
place' image.
 
Just a though. What do you guys think?
 
-Chris 
[EMAIL PROTECTED]

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

Reply via email to