Help for this page

Select Code to Download


  1. or download this
    use GD;
    use GD::Graph::bars3d;
    ...
    binmode FILE;
    print FILE $gd_image->png;
    close FILE;
    
  2. or download this
    my $gd_image = GD::Image->newFromPngData($gd->png);