I'm writing a web application whose sole intention is to process the images provided by the user.
I do understand that a multitude of programming languages facilitate server-side image manipulation and some basic functionality etc., but my concern here is which might be the best programming language/ libraries for exhaustive image processing ?
I'm currently planning to do the web application/user-interface in any of the languages i.e. PHP/ Python and delegate all the image-manipulation work to a dedicated server, with my application logic written in c/c++.
thanks in advance