I have created a centralized Image Application for all my other applications.
I have created a http handler in that application for response.
I pass the path of the image in the Query String and in response it find the image and add watermark and send it back in response.
The purpose of this application is to watermark image and send back to the other applications. I am using asp.net with C#.
Now I have a problem on two of my pages in the application I have 15 Image to show.
For this purpose I have to call the handler 15 times.
Is it possible to get response in a single call.
Can I combined those images into one and send back response and using image sprite like feature i adjust the image on the page.All the images are of the same size.
Am I Thinking in the right way or there is any other solution.
Thanks,
Shekhar