Temp Files

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
elisegev
Posts: 50
Joined: 2005-09-28T07:47:13-07:00
Contact:

Temp Files

Post by elisegev »

I have noticed that ImageMagick creates files in the system’s ‘temp’ directory. They usually look like this ‘magick-uhlp2137’. Is it expected that the system will get rid of these files? I see these files on Windows XP, but not on Solaris.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

ImageMagick can create temporary files for a variety of reasons such as caching pixels to disk. ImageMagick removes these files when it exits normally or when it catches a signal. Some folks have suggested that not all files are removed under certain circumstances but no one has offered a way for us to reproduce the problem. In the mean-time feel free to remove these files manually.
Post Reply