Quantcast
Channel: magick Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 1011

Commented Unassigned: MagickImage.Resize(new MagickGeometry([int])); crashes/hangs [1408]

$
0
0
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: There's nothing special with executing the resize method. I'm doing it like this: ``` var tiffPage = currentImage.Clone(); tiffPage.Format = MagickFormat.Bmp; tiffPage.Depth = 8; tiffPage.Density = new Density(72.0); tiffPage.Resample(new PointD(72.0)); tiffPage.Resize(new MagickGeometry(1280)); ``` Meanwhile I found a solution: I've been using the x64 dll-version and now that I've switched to the AnyCpu-dll it works... So that seems to be a very special situation on my site that will cause this behavior. Thanks for pointing out the replacement with Density.

Viewing all articles
Browse latest Browse all 1011

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>