sps-campbellwray
sps-campbellwray
I suspect that this issue might be related to https://github.com/QuestPDF/QuestPDF/issues/968. I was experiencing similar issues with memory leaks and 2024.7.2 was released to address them. @leandrobattochio does the 2024.7.2 release...
@MarcinZiabek I'm not sure if @leandrobattochio's issue is specifically related to images (he did mention that his PDF has 200 images, and I believe that all QuestPDF images use `SkBitmap`...
After some further investigation the issue seems to be with the following block in `ImageCanvas.cs` ``` public override void BeginPage(Size size) { var scalingFactor = Settings.RasterDpi / (float) PageSizes.PointsPerInch; Bitmap...
Ahh, it was the Canvas that needed to be disposed... I spent some time trying to fix this myself, but couldn't figure it out, it's obvious now that I see...
Hi @MarcinZiabek, When I checked earlier I did my testing on Windows and everything was fine, however following a deployment something still isn't quite right. Unfortunately it seems that there...
Unfortunately not, I am working on Windows with Visual Studio 2022. I suppose the primary issue is that on Windows the memory will spike when generating images and then immediately...
@Utar94 an actively maintained fork has been made of this project, it can be found [here](https://github.com/silentpartnersoftware/Keycloak.Net). Please test it out and see if your issue is resolved, if not, open...