Codice PHP:
} else {
                
$height $thumb_height;
                
$width = ($height/$imageHeight)*$imageWidth;
            }
            
$im imageCreateTrueColor(50100);


            if (
function_exists('ImageCopyResampled')) {
                
ImageCopyResampled($im,$im20000$width$height$imageWidth$imageHeight); 
questa è la riga che ho io da modificare