PNG Alfa Transperancy ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
alexus
Forum Contributor
Posts: 159
Joined: Fri Jul 04, 2003 10:49 pm

PNG Alfa Transperancy ?

Post by alexus »

Hi,
Does any one knows where can I fing a script tha can do fully fransparant files? Like PNG Alfa transperany?

I found one but it only supports IE5.5

also I need it to be able to read headers so i can call the image like

file.php?hrllo.png


Thanks!


Here is the one i found : http://koivi.com/ie-png-transparency/
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Re: PNG Alfa Transperancy ?

Post by Roja »

alexus wrote:I found one but it only supports IE5.5
That script works on IE6 as well, and IE is the only browser with that problem - so Firefox, Opera, and so forth are all supported.

Do you mean you need a script that supports IE4 or 5?
alexus
Forum Contributor
Posts: 159
Joined: Fri Jul 04, 2003 10:49 pm

Post by alexus »

no im fine w/ 6 but I cant get how his script cheks for the browser vesion? My consern is that when IE 7 gets out there the script will say its not supported :-(
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Post by Roja »

alexus wrote:no im fine w/ 6 but I cant get how his script cheks for the browser vesion? My consern is that when IE 7 gets out there the script will say its not supported :-(
It doesn't check.

IE7 fixes the bug with alpha transparencies, so the script won't even run. :)
alexus
Forum Contributor
Posts: 159
Joined: Fri Jul 04, 2003 10:49 pm

Post by alexus »

also how can i make his script to use $_server['qurey_string']
alexus
Forum Contributor
Posts: 159
Joined: Fri Jul 04, 2003 10:49 pm

Post by alexus »

well, I just looked the the scpipt and I have no Idea how it works

can someone explain it to me? :roll:
Post Reply