I think I found one solution:

$image=$map->draw();

ob_start();
$image_save=$image->saveImage();
$image_binary = ob_get_contents();
ob_end_clean();

$image_binary  is what I need!


Please let me know if there is any other better idea !

Thanks

Douvalis Andreas
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to