ImageMagick on .NET webapplication

ImageMagickObject is a Windows COM+ interface to ImageMagick. COM+, Visual Basic, and Delphi users should post to this discussion group.
Post Reply
antikor
Posts: 1
Joined: 2012-09-06T05:50:57-07:00
Authentication code: 67789

ImageMagick on .NET webapplication

Post by antikor »

Hi all,
I wrote some vbsripts (using the com+object) to quiet heavily manipulate images. They work fine.
I would lilke to run this script on a webapp written in .NET.
I know I can run vbs files using .NET "System.Diagnostics" it will then run a cscript process to handle the script.
I also know I could rewrite the vbs in .NET still using com+ object.
What is the best thing to do to have the best app performance ?

I hope I am not off topic...
Thanks for your help
Post Reply