Would it be possible to create a small example program that demonstrates this behavior and share it on something like dropbox? This program should contain a loop that is executed a lot of times so I can see 'the memory grow'.
Are you disposing your MemoryStream? Magick.NET won't do that for you. It is safe to call Read and Ping on the same image, this should not leak.
Are you disposing your MemoryStream? Magick.NET won't do that for you. It is safe to call Read and Ping on the same image, this should not leak.