ID: 21766 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request -Operating System: Mac OS X 10.2.3 +Operating System: All PHP Version: 4.3.0 New Comment:
Please make the source height and width optional in the imagecopy function. It could be handled as such: If the images are the same size, copy the entire image. (Useful for applying an overlay with transparency.) If the images are different sizes, copy from/to the image with the smaller dimension, for each dimension. (Actually, I guess the last 6 parameters could be optional, with zeros being the default for the middle four.) Previous Comments: ------------------------------------------------------------------------ [2003-01-20 03:14:50] [EMAIL PROTECTED] Please make the source height and width optional in the imagecopy function. It could be handled as such: If the images are the same size, copy the entire image. (Useful for applying an overlay with transparency.) If the images are different sizes, copy from/to the image with the smaller dimension, for each dimension. (Actually, I guess the last 6 parameters could be optional, with zeros being the default for the middle four.) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21766&edit=1
