Hi,
I work with a .net application that embeds calls to another ISAPI
service to return images. The images never exist but are streamed
with a request like... .../GetImage.IMG?Size=10,10&Format=PNG&etc
That is from a third party and all works 100%. Great.
What I would like to do is introduce an additional process (I
originally thought IHttpHandler) to catch the images just before they
are returned to place my own overlay (copyright) on them. Any
suggestions greatly appreciated.
Thanks in advance, Cris