using unity as image processor for web

First, sorry about my english.

I want to know if is possible to create an app/program to process some images for my web site.
It will work like this:

1 - Unity app wil be installed on the web server.

2 - Client using a browser will chose some texture.

3 - The texture will be send to unity app to aply to a 3d model.

4 - The unity app will take a picture and send the image back to website.

The reason: Im creating a website to show prints on 3d clothes models.

So if all this is possible, i will only need to create the 3d models for the clothes. I already have all the prints.

So… Its possible?, its fast to process and return the image in real time?

Good day.

Im not 100% sure, but i think yes you can, but to run Unity on Web. When the unity instance is open in the browser it works as a “little program” so I think there will be no problem.

You can make a simple test for uploading textures from browser etc…

Bye!