Commented Issue: Percentage Resize doesn't resize [1389]
While trying to improve PerceptualHash performance, I came across a couple errors. With very large images, PerceptualHash takes forever to compute. I'm submitting the errors as separate issues with the...
View ArticleClosed Issue: Percentage Resize doesn't resize [1389]
While trying to improve PerceptualHash performance, I came across a couple errors. With very large images, PerceptualHash takes forever to compute. I'm submitting the errors as separate issues with the...
View ArticleEdited Issue: Percentage Resize doesn't resize [1389]
While trying to improve PerceptualHash performance, I came across a couple errors. With very large images, PerceptualHash takes forever to compute. I'm submitting the errors as separate issues with the...
View ArticleCommented Issue: image.Thumbnail not taking color adjustments properly [1385]
I have this code:```public MagickImage NewThumbImageTCBordered(){ var image = ImageTC.Clone(); image.Resize(ThumbSize);//image.Thumbnail(ThumbSize); AdjustColor(image);...
View ArticleClosed Issue: image.Thumbnail not taking color adjustments properly [1385]
I have this code:```public MagickImage NewThumbImageTCBordered(){ var image = ImageTC.Clone(); image.Resize(ThumbSize);//image.Thumbnail(ThumbSize); AdjustColor(image);...
View ArticleCommented Unassigned: Animated gif generating [1378]
I can't really understand, why gif animation isn't working without this?```//Optionally reduce colorsQuantizeSettings settings = new QuantizeSettings { Colors = 256 };collection.Quantize(settings);//...
View ArticleClosed Unassigned: Make DrawablePath chainable [1384]
Make it possible to change:```C#image.Draw(new DrawablePath( new PathMoveToAbs(75, 70), new PathLineToAbs(90, 20), new PathLineToAbs(105, 70)));```into:```C#image.Draw(new DrawablePath() .MoveToAbs(75,...
View ArticleCreated Unassigned: Rebuild for Q16-HDRI-AnyCPU Errors [1390]
Dear Dlemstra,I've download Magick.net source code from https://magick.codeplex.com/SourceControl/latest.I want to modified files Magick.NET/Core/MagickImageCollection.cs,...
View ArticleEdited Unassigned: Rebuild for Q16-HDRI-AnyCPU Errors [1390]
Dear experts,I've download Magick.net source code from https://magick.codeplex.com/SourceControl/latest.I want to modified files Magick.NET/Core/MagickImageCollection.cs,...
View ArticleClosed Unassigned: Rebuild for Q16-HDRI-AnyCPU Errors [1390]
Dear experts,I've download Magick.net source code from https://magick.codeplex.com/SourceControl/latest.I want to modified files Magick.NET/Core/MagickImageCollection.cs,...
View ArticleCreated Unassigned: Trying to convert svg content into pdf [1391]
I am trying to convert SVG content into pdf, svg content has one png base 64 content which is not being visible after converting to pdf.Please help me sort it out this issue. The svg content is...
View ArticleCreated Unassigned: Issues converting image [1392]
Hi,I was using ImageMagick for quite a long time. I thought of using Magic.Net latest version for my .net project. However, the image conversion is not so good. I am trying to convert the EMF format...
View ArticleCreated Unassigned: Crashes my disply driver [1393]
Hi,I am trying to resize an image. Below is my code. It takes huge time and crashes my display driver.Let me know how to fix the problem.Thanks```private static void ConvertImgUsingMagickDotnet(string...
View ArticleCreated Unassigned: Issue when converting a PDF to PNG [1394]
I have noticed issues when converting large PDF (3.5MB and higher) that it freezes the system, and in the course of 5 minutes will create temp files over 10GB in size.Let me know if you need any info
View ArticleCommented Unassigned: Trying to convert svg content into pdf [1391]
I am trying to convert SVG content into pdf, svg content has one png base 64 content which is not being visible after converting to pdf.Please help me sort it out this issue. The svg content is...
View ArticleCommented Unassigned: Issues converting image [1392]
Hi,I was using ImageMagick for quite a long time. I thought of using Magic.Net latest version for my .net project. However, the image conversion is not so good. I am trying to convert the EMF format...
View ArticleCommented Unassigned: Crashes my disply driver [1393]
Hi,I am trying to resize an image. Below is my code. It takes huge time and crashes my display driver.Let me know how to fix the problem.Thanks```private static void ConvertImgUsingMagickDotnet(string...
View ArticleClosed Unassigned: Crashes my disply driver [1393]
Hi,I am trying to resize an image. Below is my code. It takes huge time and crashes my display driver.Let me know how to fix the problem.Thanks```private static void ConvertImgUsingMagickDotnet(string...
View ArticleClosed Unassigned: Issues converting image [1392]
Hi,I was using ImageMagick for quite a long time. I thought of using Magic.Net latest version for my .net project. However, the image conversion is not so good. I am trying to convert the EMF format...
View ArticleCommented Unassigned: Issue when converting a PDF to PNG [1394]
I have noticed issues when converting large PDF (3.5MB and higher) that it freezes the system, and in the course of 5 minutes will create temp files over 10GB in size.Let me know if you need any...
View Article