Magick++ in an ISAPI extension
Posted: 2010-02-25T06:14:01-07:00
Hi,
Has anyone tried using ImageMagick in an ISAPI extension DLL? I would like to develop some web server application which, when it gets 2 image requests, intercepts the call and does some graphics processing e.g. apply opacity and merge the 2 images to return 1 image.
I am using Visual C++ 2008 Express and I already got some DLL setup on my IIS to serve images using the following online resource :-
http://www.codeproject.com/KB/ISAPI/imageserver.aspx
The next part is trying to include Magic++ and do the image manipulation. Any example/experiences/advice would be much appreciated.
Jas
Has anyone tried using ImageMagick in an ISAPI extension DLL? I would like to develop some web server application which, when it gets 2 image requests, intercepts the call and does some graphics processing e.g. apply opacity and merge the 2 images to return 1 image.
I am using Visual C++ 2008 Express and I already got some DLL setup on my IIS to serve images using the following online resource :-
http://www.codeproject.com/KB/ISAPI/imageserver.aspx
The next part is trying to include Magic++ and do the image manipulation. Any example/experiences/advice would be much appreciated.
Jas