On Tue, Nov 10, 2009 at 1:19 AM, Gerard McGovern <[email protected]> wrote: > > Hi Barry, > > Thanks for the suggestions. However, I need to be able to generate the > images on the fly inside my application. There are one or two services > that would allow me to do that but I want to develop my own to keep > costs down.
Just for reference, you only have access to Java and Python, neither of which have a completely created HTML renderer, that is near purely in the domain of C/C++. Look at the size of the renderers, take webkit, it would be wonderful for it, and it is still quite sizable. Your best bet is an external service, not developing something inside GAE, this is a very difficult thing to do. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
