$im był zapisywany np do katalogu ,, syg '' i np ; nazwy generowało : 34vfd4

<?php $bgColor = imagecolorallocate($im, 255, 255, 255); $fgColor = imagecolorallocate($im, 0, 0, 255); ?>
;D
<?php $bgColor = imagecolorallocate($im, 255, 255, 255); $fgColor = imagecolorallocate($im, 0, 0, 255); ?>
<?php $im = imagecreatefrompng("test.png"); imagepng($im); ?>
<?php // generate unique id for use in filename // new file name $filename = $base_img_dir.$uniq; ?>
<?php $im = imagecreatefrompng("test.png"); imagepng($im); ?>