I've noticed that after converting numerous files in batch that I lost a lot of space on my machine. Apparently there are a ton of temporary image files that are left behind sometimes when converting files. They all begin with "magick-xxxxxxxx:"
The only link that I could find that provided any real info is this one:
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=23951
The part in the link I find confusing is it says "if IM crashes". But IM isn't actually crashing because the images are converting. So I'm a little confused.
I understand that this is not directly related to Magick.net but is there a call I can make using Magick to prevent this. Whether it's calling dispose on my MagickImage objects or anything like that. Calling Dispose didn't actually help. They still appeared. It seems that the only way I can remove is to periodically manually delete them.
Is there a better way?
The only link that I could find that provided any real info is this one:
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=23951
The part in the link I find confusing is it says "if IM crashes". But IM isn't actually crashing because the images are converting. So I'm a little confused.
I understand that this is not directly related to Magick.net but is there a call I can make using Magick to prevent this. Whether it's calling dispose on my MagickImage objects or anything like that. Calling Dispose didn't actually help. They still appeared. It seems that the only way I can remove is to periodically manually delete them.
Is there a better way?