Trouble finding sample ASP and ImageMagick Convert usage.
Posted: 2008-07-27T12:12:55-07:00
I've been trying to research the ImageMagickObject usage with ASP and cannot find any examples of how to access anything, nor how to actually get the object functions. The only thing I have found is:
After that, I cannot find any code other than Perl and such. Does anyone have a website or place (or better just post a sample code) where I can see how to use the Convert feature??
I'm using this on a shared hosting web server at http://www.aplus.net in which they support the imagemagickobject with asp and state people use it, but they cannot give me any info on how to access it other than going to the IM website.
.. and there I still just find perl, c++ style scripts only. no ASP.
Code: Select all
Set mObj = Server.CreateObject("ImageMagickObject.MagickImage.1")
I'm using this on a shared hosting web server at http://www.aplus.net in which they support the imagemagickobject with asp and state people use it, but they cannot give me any info on how to access it other than going to the IM website.
.. and there I still just find perl, c++ style scripts only. no ASP.