May I know how to determine the output of Bing map static image? Previously it used to be in png but now it is in jpeg. May I know how to revert back to png format?
Example: Display the image with the link below:
The image is in jpeg. How to make it to png? Thanks.
I don’t think you can request the image in a different format.
From http://msdn.microsoft.com/en-us/library/ff701724.aspx :
If you really want a PNG, you could make the request from a server-side script and then construct a PNG file programmatically before serving that back to the client (using PHP’s imagepng function, for example)