Hi
How can I get (with php-mapscript) the binary data of one image that I created
with draw dunction without to save the image to disk?
Actually, I want to save the image to postgresql database in bytea field.
Therefore, I want to get binary data of map image and insert it to pqsql table.
For example
$image=$map->draw();
$image is Object. How can I get the binary data of image?
Please help
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users