Jednak zamiast zrobić miniaturkę:
1.

robi taką:
2.

W kodzie:
<?php imagejpeg($target_id, $tnFile, 75); ?>
zmieniałem 75 na 100. Miniaturka minimalnie się zmienia, ale nadal wszystko jest rozmyte.
(Miniaturka 2 wygenerowana właśnie opcją 100. na 75 jest podobnie.
Nie mogę zupełnie dojść czemu tak psuje miniaturki...
<?php // create thumb if ($true_width > $thumbnail_size_max || $true_height > $thumbnail_size_max) { $ratio1=$true_width/$dest_width; $ratio2=$true_height/$dest_height; if($ratio1>$ratio2) { $thumb_w=$dest_width; $thumb_h=$true_height/$ratio1; } else { $thumb_h=$dest_height; $thumb_w=$true_width/$ratio2; } $target_id = imagecreatetruecolor($thumb_w, $thumb_h); $target_pic = imagecopyresized($target_id, $source_id, 0, 0, 0, 0, $thumb_w, $thumb_h, $true_width, $true_height); // create a thumbnail in JPEG format imagejpeg($target_id, $tnFile, 75); imagedestroy($target_id); } else { } if($no_server=="0") { $ftp->put($tnFileName,$tnFile); $ftp->close(); { } { } } } } } } ?>
Proszę o pomoc

PS: Jeśli ktoś chce zerknąć na cały plik uploader.php
http://www8.speedyshare.com/data/801257379.../1/uploader.txt