[Mapserver-users] perl/mapscript: gd pointer to imageObj ?

Manfred Meier m.meier at spiekermann.de
Fri May 21 03:31:14 EDT 2004


Hello list,
i would like to modify an image created in mapscript, for example to add 
a logo or a chart diagram. For this i could use GD (having some 
knowledge how to do). So, can I get an GD-Pointer from the imageObj?
Like for example:

$img = $map->prepareImage();
$layer->draw ($map, $img);
...
$map->drawLabelCache($img),
...
$gdptr = $img->gd;	#  ??? like that
...

Thanks
Manfred




More information about the mapserver-users mailing list