pouzivam jednoduchy script na vytvorenie nahladu
Kód:
$im = imagecreatefromstring($obrazok[$num]);
$width = imagesx($im);
$height = imagesy($im);
$imgw =$imgh= $resize;
$thumb=ImageCreate($imgw,$imgh);
ImageCopyResized($thumb,$im,0,0,0,0,$imgw,$imgh,ImageSX($im),ImageSY($im));
$obrazok = ImagejpeG($thumb);
niektore obrazky sa pekne prevzorkuju ale niektore takto
skusal som aj zachovat pomer stran a ziaden vysledok