Commented Issue: Fix detection of GhostScript in ImageMagick. [1155]
ImageMagick should be able to find GhostScript in HKEY_CURRENT_USER but that doesn't work currently.Comments: ** Comment from web user: pnw_bob ** Which version of the dll should I use to get the fix?
View ArticleCommented Issue: Fix detection of GhostScript in ImageMagick. [1155]
ImageMagick should be able to find GhostScript in HKEY_CURRENT_USER but that doesn't work currently.Comments: ** Comment from web user: dlemstra ** This will be fixed in the next release, I hope to...
View ArticleCreated Feature: Add Warning event to MagickImage [1159]
Added event for warnings to MagickImage.
View ArticleEdited Feature: Add Warning event to MagickImage [1159]
Added event for warnings to MagickImage.
View ArticleClosed Issue: Different result .Clip() with 502 vs. 901 [1153]
Hello,Seems like the .Clip() method behaves very odd in some cases since the 901 release.File to reproduce with: http://download.bkbone.nl/ClipProblem.tifNarrowed it down to:``` using (MagickImage img...
View ArticleClosed Issue: Access violation using .Clip() [1152]
An unhandled exception of type 'System.AccessViolationException' occurred in Magick.NET-x86.dllAdditional information: Attempted to read or write protected memory.Sample file to reproduce:...
View ArticleClosed Feature: Add Warning event to MagickImage [1159]
Added event for warnings to MagickImage.Comments: Resolved with changeset 30961: Added warning event to MagickImage and MagickImageCollection.
View ArticleCreated Issue: Build Magick.NET Q8 without HDRI. [1161]
Reduce the memory footprint of Magick.NET Q8 by building it without HDRI.
View ArticleEdited Issue: Build Magick.NET Q8 without HDRI. [1161]
Reduce the memory footprint of Magick.NET Q8 by building it without HDRI.
View ArticleCreated Unassigned: Access violation when Resize and write. [1162]
using (MagickImage image = new MagickImage(src)){ image.Resize(Width, Height); image.Quality = 70; image.Write(dst);}
View ArticleCommented Unassigned: Access violation when Resize and write. [1162]
using (MagickImage image = new MagickImage(src)){ image.Resize(Width, Height); image.Quality = 70; image.Write(dst);}Exception Info: System.AccessViolationExceptionStack: at...
View ArticleCommented Unassigned: Access violation when Resize and write. [1162]
using (MagickImage image = new MagickImage(src)){ image.Resize(Width, Height); image.Quality = 70; image.Write(dst);}Exception Info: System.AccessViolationExceptionStack: at...
View ArticleCreated Unassigned: circle Image is not drawing [1163]
Hello,I was implemented below code to crop a circle image that was worked fine but now this code is not cropping the image and it's draw blank circle.MagickReadSettings settings = new...
View ArticleCommented Unassigned: circle Image is not drawing [1163]
Hello,I was implemented below code to crop a circle image that was worked fine but now this code is not cropping the image and it's draw blank circle.MagickReadSettings settings = new...
View ArticleCommented Unassigned: circle Image is not drawing [1163]
Hello,I was implemented below code to crop a circle image that was worked fine but now this code is not cropping the image and it's draw blank circle.MagickReadSettings settings = new...
View ArticleCommented Unassigned: circle Image is not drawing [1163]
Hello,I was implemented below code to crop a circle image that was worked fine but now this code is not cropping the image and it's draw blank circle.MagickReadSettings settings = new...
View ArticleClosed Unassigned: circle Image is not drawing [1163]
Hello,I was implemented below code to crop a circle image that was worked fine but now this code is not cropping the image and it's draw blank circle.MagickReadSettings settings = new...
View ArticleCreated Feature: Add overload to FontTypeMetrics that checks multiple lines...
Add overload to FontTypeMetrics that works for multiple lines.
View ArticleEdited Feature: Add overload to FontTypeMetrics that checks multiple lines...
Add overload to FontTypeMetrics that works for multiple lines.
View ArticleCreated Feature: Add ResourceLimits class. [1167]
Add ResourceLimits class that allows configuration of the memory/disk/thread limits.
View Article