Poniżej przesyłam kod, niestety tak jak w nim deklaruje, w ścieżce $screen_small, wcale nie znajduje się małe zdjęcie:
// kopia zdjęcia $screen_small = 'C:\Serwer\wamp\www\joomla\images\projects\id_' . $row->id . '_sm.jpg'; // Miniaturka $newwidth = 200; $newheight = $height / ($width / $newwidth); $thumb = imagecreatetruecolor($newwidth, $newheight); imagecopyresized($thumb, $screen_small, 0, 0, 0, 0, $newwidth, $newheight, $width, $height);
Macie jakąś koncepcję?