Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use Inline Config => FORCE_BUILD => 1,
    ...
      gdImageDestroy(im);
      return 1;
    }
    
  2. or download this
    #include <stdio.h>
    #include "gd.h"
    
    ...
      gdImageDestroy(im);
      return 1;
    }
    
  3. or download this
    gcc -o gdexample gdexample.c -lgd