Image From Text

If you played around with the demo on the home page, then you got an idea of what it looks like, but here we'll show you how easy it is to use!

We've built a page in our website designed to check the Query String and turns whatever it finds into an image with that text. The page doesn't have content, as it's purpose is to just return an image. That means you can set your image tag's 'src' attribute to be that page's name with anything in the query string and your image tag will capture the image that the page displays. Simple, huh? Check out some examples:



<img src="https://VegaDiscoveries.com/imagefromtext/default.aspx?Hello World!" />

<img src="https://VegaDiscoveries.com/imagefromtext/default.aspx?Vega Discoveries" />