{% GetFileUrlByGUID(CurrentDocument.GetValue("MenuItemTeaserImage", string.Empty), "File Name") |(identity)GlobalAdministrator%}
That is a macro that will pull the image. If you want to use it in a transformation, you should be able to use <%# GetFileUrl(Eval("MenuItemTeaserImage")) %>
Then you should be able to put the answer of those into a src tag of an image.
You can also use the <%# GetImage("NewsTeaser") %>
transformation method helper.
Click here for transformation helper methods.
Is that what you're looking for?