Closed Unassigned: Setting BlackPointCompensation throws error [1383]
I get the following:__Exception Details: System.EntryPointNotFoundException: Unable to find an entry point named 'MagickImage_BlackPointCompensation_Set' in DLL 'Magick.NET-Q16-x64.Native.dll'.__
View ArticleCreated Unassigned: 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 ArticleCreated Unassigned: AccessViolationException when resizing with OpenCL [1386]
Hello, great work on this project - I'm a big fan. :)I am trying to benchmark Magick.NET performance against GDI+, and have written a test harness that loads, resizes and writes images in parallel....
View ArticleCommented Unassigned: AccessViolationException when resizing with OpenCL [1386]
Hello, great work on this project - I'm a big fan. :)I am trying to benchmark Magick.NET performance against GDI+, and have written a test harness that loads, resizes and writes images in parallel....
View ArticleCommented Unassigned: AccessViolationException when resizing with OpenCL [1386]
Hello, great work on this project - I'm a big fan. :)I am trying to benchmark Magick.NET performance against GDI+, and have written a test harness that loads, resizes and writes images in parallel....
View ArticleClosed Unassigned: Refactor MagickReadSettings [1379]
There is a MagickReadSettings class that has some settings for when you read the image(s). This sets 'hidden' settings in the MagickSettings class and passes that to the part that reads an image. I...
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 ArticleCommented Unassigned: image.Thumbnail not taking color adjustments properly...
I have this code:```public MagickImage NewThumbImageTCBordered(){ var image = ImageTC.Clone(); image.Resize(ThumbSize);//image.Thumbnail(ThumbSize); AdjustColor(image);...
View ArticleCommented Unassigned: AccessViolationException when resizing with OpenCL [1386]
Hello, great work on this project - I'm a big fan. :)I am trying to benchmark Magick.NET performance against GDI+, and have written a test harness that loads, resizes and writes images in parallel....
View ArticleCommented Unassigned: AccessViolationException when resizing with OpenCL [1386]
Hello, great work on this project - I'm a big fan. :)I am trying to benchmark Magick.NET performance against GDI+, and have written a test harness that loads, resizes and writes images in parallel....
View ArticleCommented Unassigned: AccessViolationException when resizing with OpenCL [1386]
Hello, great work on this project - I'm a big fan. :)I am trying to benchmark Magick.NET performance against GDI+, and have written a test harness that loads, resizes and writes images in parallel....
View ArticleCommented Unassigned: AccessViolationException when resizing with OpenCL [1386]
Hello, great work on this project - I'm a big fan. :)I am trying to benchmark Magick.NET performance against GDI+, and have written a test harness that loads, resizes and writes images in parallel....
View ArticleEdited Unassigned: AccessViolationException when resizing with OpenCL [1386]
Hello, great work on this project - I'm a big fan. :)I am trying to benchmark Magick.NET performance against GDI+, and have written a test harness that loads, resizes and writes images in parallel....
View ArticleCommented Unassigned: AccessViolationException when resizing with OpenCL [1386]
Hello, great work on this project - I'm a big fan. :)I am trying to benchmark Magick.NET performance against GDI+, and have written a test harness that loads, resizes and writes images in parallel....
View ArticleClosed Unassigned: AccessViolationException when resizing with OpenCL [1386]
Hello, great work on this project - I'm a big fan. :)I am trying to benchmark Magick.NET performance against GDI+, and have written a test harness that loads, resizes and writes images in parallel....
View ArticleEdited 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 ArticleEdited 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 ArticleCreated Unassigned: Composite( Image, Geometry, Operator, String ) not...
The method `void Composite(MagickImage image, MagickGeometry offset, CompositeOperator compose, string args)` is not properly checking `args` for `IsNullOrEmpty()` before calling `SetArtifact()`...
View ArticleCommented Unassigned: Composite( Image, Geometry, Operator, String ) not...
The method `void Composite(MagickImage image, MagickGeometry offset, CompositeOperator compose, string args)` is not properly checking `args` for `IsNullOrEmpty()` before calling `SetArtifact()`...
View ArticleEdited Issue: Composite( Image, Geometry, Operator, String ) not checking...
The method `void Composite(MagickImage image, MagickGeometry offset, CompositeOperator compose, string args)` is not properly checking `args` for `IsNullOrEmpty()` before calling `SetArtifact()`...
View Article