Quantcast
Channel: magick Issue Tracker Rss Feed
Browsing all 1011 articles
Browse latest View live
↧

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 Article


Created 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 Article


Created 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 Article

Commented 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 Article

Commented 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 Article


Closed 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 Article

Commented 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 Article

Commented 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 Article


Commented 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 Article


Commented 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 Article

Commented 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 Article

Commented 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 Article

Edited 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 Article


Commented 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 Article

Closed 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 Article


Edited 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 Article

Edited 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 Article


Created 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 Article

Commented 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 Article

Edited 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
Browsing all 1011 articles
Browse latest View live