Webserver for publishing adjusted images
Posted
by
Petr Prikryl
on Stack Overflow
See other posts from Stack Overflow
or by Petr Prikryl
Published on 2012-10-21T22:38:05Z
Indexed on
2012/10/21
23:00 UTC
Read the original article
Hit count: 206
I want to create webserver which will be receiving data (images probably) from webclients who will be uploading these photos. And then the webserver must execute some graphic programs (client select whichone) to modify the image(s). After the graphic program is done, the results (output image(s)) will be uploaded to the web temp database (by webserver) to publish results of graphic programs.
I found the C++ web toolkit (http://www.webtoolkit.eu), but I'm not sure if this is a suitable C/C++ library for me because I haven't any experiences with making C/C++ web apps/servers. Can someone tell me some advice please? The webserver should have some SDK too, for adding next graphic programs. I'm searching only for any C/C++ tools/libraries/etc.
© Stack Overflow or respective owner