Changes between Initial Version and Version 1 of imageObj


Ignore:
Timestamp:
Jan 29, 2009, 10:06:29 AM (15 years ago)
Author:
jmckenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • imageObj

    v1 v1  
     1= imageObj =
     2{{{
     3#!perl
     4$image = new mapscript::imageObj(600, 600);
     5my $img = $map->draw();
     6$image->saveImage('out.png', $mapscript::MS_PNG, $map->{transparent}, $map->{interlace}, 0);
     7}}}
     8----
     9back to PerlMapScript