I want to have text and images created with Image_Graph::factory -method on the same web-page.
I manage to draw the image with ->done() but when I have also text in the page, php shows an error message.
I believe I should use ("Header: Content-Type: image/gif") but I don't know how to convert image created with image_graph to gif-image.
What do I do?