Odd transparency effect when merging two .png's with transparency in PHP-GD
问题 Merging two images with transparent sections produces the following composite image: I'm wondering why the transparent section of the image I've overlayed onto the green background shows up as such? Anyone? $base = imagecreatefrompng('application/assets/images/vel1_bg.png'); imagealphablending($base, false); imagesavealpha($base, true); list($baseWidth, $baseHeight, $type, $attr) = getimagesize('application/assets/images/vel1_bg.png'); $user_board_items = $this->config->item('user_board_items