Help for this page

Select Code to Download


  1. or download this
    When using palette-based images, be sure to allocate a broad spectrum 
    +of colors in order to have sufficient colors for the antialiasing to 
    +use
    
  2. or download this
    my $grey = $gd->colorAllocate(130,130,130);
    my $grey1 = $gd->colorAllocate(32,32,32);
    my $grey2 = $gd->colorAllocate(64,64,64);
    my $grey3 = $gd->colorAllocate(190,190,190);