Help for this page

Select Code to Download


  1. or download this
    my $image = GD::Image->new(1, 1);
    $image->colorAllocateAlpha(0, 0, 0, 127);
    # output follows
    
  2. or download this
    unpack 'V', pack 'C4', 0, 0, 0, 127