[Qt-interest] Generating images in a web service

Girish Ramakrishnan girish at forwardbias.in
Fri Jun 10 05:19:31 CEST 2011


Hi Tony,

On Fri, Jun 10, 2011 at 5:15 AM, Tony Rietwyk
<tony.rietwyk at rightsoft.com.au> wrote:
> Hi Everyone,
>
> I currently have a web server that uses QCoreApplication to serve pages.  I would like to add generating images that include text onto QImage.  This means I have to include QtGui, and presumably use QApplication.  Will that be a problem on a Linux or Windows server?  Or will it be OK as long as I don't create any widgets?
>

I am not sure what you mean by 'Will that be a problem..'? But it's
not a problem to include QtGui to draw text into a QImage and not
create any widgets.

Girish



More information about the Qt-interest-old mailing list