Text-Image generation - VirtualPathProvider for EPiServer (and ASP.NET in general) – Part 1
The module code is already available on Epicode SVN, the relevant wiki pages will be following as soon as documentation is complete.
The use case is as follows:
- The client wants the site to look exactly as in a template provided as a image,
- the text is using a non standard font that is not available on 60% of Windows machines,
- the site does not use flash.
- the site needs to be equally good looking in IE6 (more about it later)
The solution was to generate images, but how to do it the right way? This has presented us with a once-in-a-lifetime :) opportunity to create a virtual path provider, do something good and learn something new & cool in the process.