ImageMagick was creating some temporary files in C:\Windows\Temp foldeer. We have written a housekeeping utility to periodically delete the temporary files.
Still, we are facing performance issues. We will put some logs to identify if issue is with ImageMagick or entire application slows down.
Search found 2 matches
- 2017-09-04T03:31:28-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: Performance Issues with ImageMagick
- Replies: 3
- Views: 89909
- 2017-08-30T08:21:01-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: Performance Issues with ImageMagick
- Replies: 3
- Views: 89909
Performance Issues with ImageMagick
Hi All, We are using Image Magick COM object in application to convert TIFF images into PDF Format. This application is deployed on Windows Server 2003 OS and is developed in Classic ASP and uses VBScript. We are using following code snippet: Set image = CreateObject("ImageMagickObject.MagickImage.1 ...