Help for this page

Select Code to Download


  1. or download this
    my $blank_rgb_image = GD::Image->newTrueColor( $width, $height );
    
  2. or download this
    my $blank_palette_image = GD::Image->newPalette( $width, $height );
    
  3. or download this
    my $foo = new GD::Image;
    
  4. or download this
    my $foo = GD::Image-new;