"Temporary magick-*** directories not being deleted in Linux environment with Magick.NET 13.3.0 and earlier" #1825
Unanswered
kobaru-takashi
asked this question in
General
Replies: 2 comments
-
Have you tried upgrading to the most recent version? The most current release could have fixes for this. But it's also possible that in your application you terminate the process that handles the images and that could result in temporary files being left behind. So maybe in your case you will need to clean it up. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The issue has been fixed in the latest version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
"In Magick.NET 13.3.0 and earlier versions, magick-◯◯ directories are created in the /tmp directory in Linux environments. However, these directories don't disappear after processing is complete. Is this the intended behavior? And do I need to implement the cleanup of these directories myself?"
Beta Was this translation helpful? Give feedback.
All reactions