Hi,
<?php
  $file = 'sunset.png'; // path to png image
  $img = imagecreatefrompng($file); // open image
 imagealphablending($img, true); // setting alpha blending on
 imagesavealpha($img, true); // save alphablending setting (important)
?>
|
My Blog Title
|