Closed Feature: Add build instructions [1376]
Add a file that explains how to build Magick.NET.
View ArticleCreated 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 ArticleEdited 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: 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 ArticleCreated Unassigned: Could not load file or assembly...
I have this dreaded error on a new server.I have installed VC runtime, both 32 and 64 bits.I am running Windows Server 2012, my App Pool has 32 bit enabled, however, my app is compiled 'any cpu'. Same...
View ArticleCommented Unassigned: Could not load file or assembly...
I have this dreaded error on a new server.I have installed VC runtime, both 32 and 64 bits.I am running Windows Server 2012, my App Pool has 32 bit enabled, however, my app is compiled 'any cpu'. Same...
View ArticleCommented Unassigned: Could not load file or assembly...
I have this dreaded error on a new server.I have installed VC runtime, both 32 and 64 bits.I am running Windows Server 2012, my App Pool has 32 bit enabled, however, my app is compiled 'any cpu'. Same...
View ArticleCommented Unassigned: Could not load file or assembly...
I have this dreaded error on a new server.I have installed VC runtime, both 32 and 64 bits.I am running Windows Server 2012, my App Pool has 32 bit enabled, however, my app is compiled 'any cpu'. Same...
View ArticleClosed Unassigned: Could not load file or assembly...
I have this dreaded error on a new server.I have installed VC runtime, both 32 and 64 bits.I am running Windows Server 2012, my App Pool has 32 bit enabled, however, my app is compiled 'any cpu'. Same...
View ArticleCreated Unassigned: Avoid (Memory)Stream to byte array conversion where...
Provide a 'fast' constructor for MemoryStream and avoid the expensive StreamHelper.ToByteArray call.With the MemoryStream you can save 50% of the managed memory usage if you don't copy the...
View ArticleCreated Unassigned: Magick.NET.Core is not compatible with UWP app [1382]
I am developing an UWP app with following information:- Target: Universal Windows- Target Version: Windows 10 (10.0; Build 10586)I tried to install Magick.NET.Core-Q8 to my app (using Nuget Package...
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: Avoid (Memory)Stream to byte array conversion where...
Provide a 'fast' constructor for MemoryStream and avoid the expensive StreamHelper.ToByteArray call.With the MemoryStream you can save 50% of the managed memory usage if you don't copy the...
View ArticleEdited Unassigned: Avoid (Memory)Stream to byte array conversion where...
Provide a 'fast' constructor for MemoryStream and avoid the expensive StreamHelper.ToByteArray call.With the MemoryStream you can save 50% of the managed memory usage if you don't copy the...
View ArticleCommented Unassigned: Magick.NET.Core is not compatible with UWP app [1382]
I am developing an UWP app with following information:- Target: Universal Windows- Target Version: Windows 10 (10.0; Build 10586)I tried to install Magick.NET.Core-Q8 to my app (using Nuget Package...
View ArticleClosed Unassigned: Avoid (Memory)Stream to byte array conversion where...
Provide a 'fast' constructor for MemoryStream and avoid the expensive StreamHelper.ToByteArray call.With the MemoryStream you can save 50% of the managed memory usage if you don't copy the...
View ArticleCreated 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: 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 ArticleCommented 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...
View Article