Search found 1 match

by edmozley
2014-08-08T08:54:55-07:00
Forum: Bugs
Topic: Error 80041771 when resizing
Replies: 2
Views: 12695

Error 80041771 when resizing

Hi

I am trying to resize an image in ASP classic and although it does re-size the file it comes up with an error.

My code is as follows


Set img = Server.CreateObject("ImageMagickObject.MagickImage.1")
sourceFile="d:\intranets\mybwb\tenders\staffphotos\" & FileName
destFile="d:\intranets\mybwb ...