PHP Classes

alpha channel

Recommend this page to a friend!

      BMP Thumbnail  >  All threads  >  alpha channel  >  (Un) Subscribe thread alerts  
Subject:alpha channel
Summary:how do you get an alhpa channel?
Messages:2
Author: dad jones
Date:2006-08-18 05:06:41
Update:2006-08-18 10:33:27
 

  1. alpha channel   Reply   Report abuse  
Picture of  dad jones dad jones - 2006-08-18 05:06:41
Hello,

I want to thank you deeply for having written this class.

I would like to save the PNG with an alhpa channel and full transparency....normally this is referred to as a PNG-24....is there an easy answer? or should I go study the gd documentation?

Again many thanks and my deepest respects.
Jhave

  2. Re: alpha channel   Reply   Report abuse  
Picture of Muhammad Sohail Khan Muhammad Sohail Khan - 2006-08-18 10:33:27 - In reply to message 1 from dad jones
use this function to save alpha channel..

imagesavealpha($image, true);
ImageAlphaBlending($image, false);

For GD 2.0.1 or later...

Hope u will find it useful.

Regards..

Muhammad Sohail khan