-
Magick.NET versionq16-x64-13.2.0 Environment (Operating system, version and so on)WIN11 DescriptionWhen converting PSD, it will take up a large amount of C disk, even if it will be released later, it will not be all released. This will make users feel panicked. Steps to ReproduceMultiple files PSD -> JPEG |
Beta Was this translation helpful? Give feedback.
Answered by
dlemstra
Sep 25, 2023
Replies: 1 comment 1 reply
-
You will only need C disk space when your are running low on memory. When this library cannot load the image in memory the disk will be used to store the pixels. And those will be cleaned up afterwards. But this sounds like an issue in your program. Are you disposing the image correctly? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
NENCAO
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You will only need C disk space when your are running low on memory. When this library cannot load the image in memory the disk will be used to store the pixels. And those will be cleaned up afterwards. But this sounds like an issue in your program. Are you disposing the image correctly?