I've been using v7.0.0.0101 where Resize worked quite good. Now with current verisons (tried the last 3) it hangs/crashes and I'm getting no response or whatever. Instead the monitor get's dark and the memory increases. "AdpativeResize" still works fine but I need to Resize.
Thanx in advance!
Comments: What is the code that you are executing with MagickGeometry or with Percentage? I have unit tests that pass without any problems: https://github.com/dlemstra/Magick.NET/blob/8092766620ba7edaadac0c218293e013ebd49e09/Magick.NET.Tests/Core/MagickImageTests.cs#L2785. ResolutionX and ResolutionY have been replaced with the Density property.
Thanx in advance!
Comments: What is the code that you are executing with MagickGeometry or with Percentage? I have unit tests that pass without any problems: https://github.com/dlemstra/Magick.NET/blob/8092766620ba7edaadac0c218293e013ebd49e09/Magick.NET.Tests/Core/MagickImageTests.cs#L2785. ResolutionX and ResolutionY have been replaced with the Density property.