Dirk Lemstra
Dirk Lemstra
As I said in my previous message we completely ignore the density data when the x and y value are at 1. So that also means we don't read the...
It's this block: https://github.com/ImageMagick/ImageMagick/blob/badaa5c3582a340484941903fa26419b5807d0df/coders/jpeg.c#L1185-L1190
That is probably not even the origin because in this patch the check was changed from a double to an integer but still for `1` and this code from GraphicsMagick...
It looks like we haven't enabled this option in ImageMagick. I just did a quick test what would happen if I would enable this and I am getting an image...
Why did you create a duplicate issue?
I am not sure what you are trying to accomplish but thanks for sharing. The `GetAreaPointer` gives you access to the native pointer. And it looks like you are creating...
You should not dispose that native pointer. The `GetAreaPointer` method returns you a pointer to the internal memory of a `MagickImage`. The only way to dispose that pointer would be...
Both .NET 6 and 7 are out of support and you should really upgrade to `net8.0`. And I don't understand what you are asking? Your `NativeMemoryDelegateManager` already does what you...
Thanks for reporting this. I just pushed a patch that fixes this issue and it will be resolved in the next release.
Our installer contains a pre-build perlmagick package and that also uses g++. Our build does the following: ```cmd set PATH= call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" cd ImageMagick\PerlMagick set PATH=%PATH%;C:\Strawberry${{matrix.bit}}\c\bin;C:\Strawberry${{matrix.bit}}\perl\site\bin;C:\Strawberry${{matrix.bit}}\perl\bin;C:\WINDOWS\System32\WindowsPowerShell\v1.0 perl...