whenever i am setting density of the image into minimal one then, some of the images are coming like that... for example like that...
MagickReadSettings settings = new MagickReadSettings();
settings.Density = new MagickGeometry(15, 15); // Reducing image size
(2) And one more problem i encounted while testing with Windows 7 machine...
The Error Message is : An Unhandled exception of type System.StackOverflowException occurred in Magick.NET.DLL
Could you please tell me what is the problem here....
I am using the same copy of the dll files and folders that are used in the windows xp machine...
MagickReadSettings settings = new MagickReadSettings();
settings.Density = new MagickGeometry(15, 15); // Reducing image size
(2) And one more problem i encounted while testing with Windows 7 machine...
The Error Message is : An Unhandled exception of type System.StackOverflowException occurred in Magick.NET.DLL
Could you please tell me what is the problem here....
I am using the same copy of the dll files and folders that are used in the windows xp machine...