Commented Issue: ToByteArray and Write(Stream) for MagickImageCollection kill...
I have been trying out Magick.NET in my web application with success until I attempted to create animated gifs. When I try to call `collection.ToByteArray()` or `collection.Write(stream)` the...
View ArticleClosed Issue: ToByteArray and Write(Stream) for MagickImageCollection kill...
I have been trying out Magick.NET in my web application with success until I attempted to create animated gifs. When I try to call `collection.ToByteArray()` or `collection.Write(stream)` the...
View ArticleClosed Issue: Build Magick.NET Q8 without HDRI. [1161]
Reduce the memory footprint of Magick.NET Q8 by building it without HDRI.Comments: Resolved with changeset 31275: Recompiled libraries with ImageMagick 6.8.8.3.
View ArticleClosed Feature: Add ResourceLimits class. [1167]
Add ResourceLimits class that allows configuration of the memory/disk/thread limits.Comments: Resolved with changeset 31276: Added ResourceLimits class.
View ArticleCreated Unassigned: ExtractSubimageFromImage [1176]
I need to __extract__ sub images from images, I used ImageMagick :convert -extract 226x248+4216+3377 a.jpg o.jpgBut how can I do it in Magick.NET? Seems __ExtractSubimageFromImage__ is not...
View ArticleClosed Unassigned: ExtractSubimageFromImage [1176]
I need to __extract__ sub images from images, I used ImageMagick :convert -extract 226x248+4216+3377 a.jpg o.jpgBut how can I do it in Magick.NET? Seems __ExtractSubimageFromImage__ is not...
View ArticleClosed Feature: Add overload to FontTypeMetrics that checks multiple lines...
Add overload to FontTypeMetrics that works for multiple lines.Comments: Resolved with changeset 31284: FontTypeMetrics now checks multiple lines. And added overload to FontTypeMetrics check a single...
View ArticleClosed Feature: Add sub-image comparison to MagickImage [1126]
Add sub-image comparison to MagickImageComments: Resolved with changeset 31329: Added SubImageSearch to MagickImage.
View ArticleClosed Unassigned: Ship full pdb with nuget package [1087]
I'm hitting a SEHException when attempting to initialize MagickImage() on a couple of corruptimages. Could you attach your release pdb in this ticket so that i can try to identify the problem area?...
View ArticleClosed Issue: Copy imagemagick dependencies when deploying a web project [983]
The imagemagick dependencies are not being copied during deployment of a web project.Add the following to...
View ArticleClosed Unassigned: Create coapp package for imagemagick [962]
Create a coapp package for imagemagick instead of bundling them manually. This would benefitboth this project (easier to bundle lib/symbols and includes for each respective platform/toolset).If you...
View ArticleCreated Unassigned: Pango support [1178]
Hello,I have tried this:```using (MagickImage image = new MagickImage()){ image.Font = "Arial"; image.FontPointsize = 20; image.StrokeColor = Color.Black;...
View ArticleCommented Unassigned: Pango support [1178]
Hello,I have tried this:```using (MagickImage image = new MagickImage()){ image.Font = "Arial"; image.FontPointsize = 20; image.StrokeColor = Color.Black;...
View ArticleCommented Unassigned: Pango support [1178]
Hello,I have tried this:```using (MagickImage image = new MagickImage()){ image.Font = "Arial"; image.FontPointsize = 20; image.StrokeColor = Color.Black;...
View ArticleCreated Feature: Add SetGhostscriptDirectory to MagickNET. [1179]
Add SetGhostscriptDirectory to MagickNET.
View ArticleEdited Feature: Add SetGhostscriptDirectory to MagickNET. [1179]
Add SetGhostscriptDirectory to MagickNET.
View ArticleCommented Feature: Add SetGhostscriptDirectory to MagickNET. [1179]
Add SetGhostscriptDirectory to MagickNET.Comments: ** Comment from web user: GregDalbey ** Hello,I downloaded the project and brought it into my solution. The error happens in...
View ArticleCommented Feature: Add SetGhostscriptDirectory to MagickNET. [1179]
Add SetGhostscriptDirectory to MagickNET.Comments: ** Comment from web user: dlemstra ** I tried to contact you through CodePlex Greg. Can you contact me instead if you did not receive the e-mail?
View ArticleClosed Feature: Add SetGhostscriptDirectory to MagickNET. [1179]
Add SetGhostscriptDirectory to MagickNET.Comments: Resolved with changeset 31698: Added SetGhostscriptDirectory to MagickNET.
View ArticleClosed Unassigned: Pango support [1178]
Hello,I have tried this:```using (MagickImage image = new MagickImage()){ image.Font = "Arial"; image.FontPointsize = 20; image.StrokeColor = Color.Black;...
View Article