Search found 1 match

by antikor
2012-09-06T06:00:16-07:00
Forum: Windows COM+ & Visual Basic
Topic: ImageMagick on .NET webapplication
Replies: 0
Views: 14004

ImageMagick on .NET webapplication

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 ...