ramzes, вот картинки на которых я тестил, появляется черный фон в гд
код (+/-)
function setTransparency() {
$dst = ImageCreateTrueColor($this->width, $this->height);
$black = imagecolorallocate($dst, 0, 0, 0);
imagecolortransparent($dst, $black);
imagealphablending($dst, false); // one
imageSaveAlpha($dst, true); // two
imagecopyresampled($dst, $this->image, 0, 0, 0, 0, $this->width, $this->height, $this->width, $this->height);
return $this;
}красный квадрат скачан с мануала пхп
вторая взята тут на форуме