<?php Warning: imagecreatetruecolor(): Invalid image dimensions in c:\usr\apache\httpd\html\cms\panel\upload.php on line 20 Warning: imagecopyresampled(): supplied argument is not a valid Image resource in c:\usr\apache\httpd\html\cms\panel\upload.php on line 21 Warning: imagejpeg(): supplied argument is not a valid Image resource in c:\usr\apache\httpd\html\cms\panel\upload.php on line 22 ?>
a te linie to
<?php $target_id=imagecreatetruecolor($dest_x, $docelowe_y); $target_pic=imagecopyresampled($target_id,$source_id,0,0,0,0,$dest_x,$docelowe_y,$source_x,$source_y); imagejpeg ($target_id,"$targetfile",$jpegqual); ?>