Justin Israel

Results 191 comments of Justin Israel

I'm running the identical docker version as your specs, and I am running it in Ubuntu 20.04 under Windows WSL2

> ReadImageBlob, 7M pdf (41 pages) covert to image, memory increase to 9G Are you saying it never decreases after releasing the resources, in a single call? Do you have...

But that wouldn't be a memory leak then or be something we can fix in this binding library. That's likely either C ImageMagick or the ghostscript delegate plugin.

What did they say about it on the ImageMagick forum or issue tracker?

Maybe you can check if the original wand had an error with `mw.GetLastError()`? If it only happens with certain sizes of PDF then it might be related to ghostscript or...

Oh good. Glad this helped you identify the issue. I think that method should return an error as a second return argument. On Fri, May 15, 2020, 10:18 PM Shahzada...

Much appreciated for including all the necessary details as well as a great repro. I was able to reproduce this as well on ImageMagick 6.9.9-35 using go 1.11 on ubuntu...

Well like I said, it didn't crash with 6.9.0-2 so the variable seems to be the version of ImageMagick

I can take another look at this when I have some time. But I wonder, can you reproduce this for other formats besides gif?

That looks like a Windows specific error, with which I am not familiar. Does it only happen with the ReadImageFile method? Does it happen if you pass the file path...