View Single Post
  #3 (permalink)  
Old Oct 24th, 2007, 10:41
MikeHopley MikeHopley is offline
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
Re: transparent backgrounds (webforumz logo)

GIF is limited to single colour transparency: either a pixel is 100% transparent, or 100% opaque.

PNG allows alpha channel transparency: a pixel can be partially transparent. This allows for a smooth blend, without aliasing.

You can think of it as "anti-aliasing for transparencies", if you like.
Reply With Quote