I am creating thumbnails of fixed height and width from my PHP script using the following function
/*creates thumbnail of required dimensions*/ function crea
Use imagecopyresampled() instead of imagecopyresized().