Using ImageMagick

Discussion in 'Third-party applications' started by PGScannell, Aug 15, 2016.

  1. I'm contemplating getting the image utility ImageMagick. Among other things, this app can resize image files. I really need this capability on my website.

    But in order to use it, I need to know if there is a problem installing/registering the DLL that comes with the app? If I can access it, I will be able to utilize it via the Server.CreateObject() construct.

    My website is developed in classic ASP and cannot be changed.

    So, has anyone had success installing this, or any other, third party application on DiscountASP?

    Thanks in advance,
    Paul
     
  2. mjp

    mjp

    I know there are some image sizing tools that use .NET, but I'm not sure ASP has anything comparable.

    As for ImageMagick, if anything has to be registered/installed on the server side, I'm afraid we won't be able to do that. That's pretty commonly used on linux servers, not so much on Windows.
     

Share This Page