Берсеркhttp://softtime.ru/forumПрозрачность png, создание thumbhttp://softtime.ru/forum/read.php?id_forum=1&id_theme=86239#post513454Если делать уменьшение через только $dst_img = ImageCreateTrueColor($thumb_w, $thumb_h); imagecopyresampled($dst_img, $img, 0, 0, 0, 0, $thumb_w, $thumb_h, $old_x, $old_y); то...Прозрачность png, создание thumbMon, 23 Apr 2012 13:45:25 +0300БерсеркПрозрачность png, создание thumbhttp://softtime.ru/forum/read.php?id_forum=1&id_theme=86239#post513267Созлаю thumb файл. И прозрачность делаю таким способом imagealphablending($dst_img, false); $color = imagecolorallocatealpha($dst_img, 0, 0, 0, 127); imagefill($dst_img, 0, 0,...Прозрачность png, создание thumbFri, 20 Apr 2012 16:31:43 +0300Берсерк