Commented Feature: Side by side loading of magick.net assembly [1009]
Many .NET projects do not target an explicit CPU architecture (i.e x86/x64) and managing two seperatebuilds can be a pain (especially if you do not rely on x64 specific features). A web project is a...
View ArticleCommented Issue: Memory leak when appending *.tif files [1021]
Fix the memory leak when combining images in the MagickImageCollection.Comments: ** Comment from web user: caothuvolam ** Thank you for your hard work dlemstra.
View ArticleCommented Issue: Memory leak when appending *.tif files [1021]
Fix the memory leak when combining images in the MagickImageCollection.Comments: ** Comment from web user: dlemstra ** I should be thanking you :) When I was done fixing this bug I still had a strange...
View ArticleCreated Feature: Add a method to set coder specific options. [1024]
Add a method to set coder specific options.
View ArticleEdited Feature: Add a method to set coder specific options. [1024]
Add a method to set coder specific options.
View ArticleCommented Feature: Add a method to set coder specific options. [1024]
Add a method to set coder specific options.Comments: ** Comment from web user: javqui ** This could be an important improvement between the standard image .net framework class and your imageMagick .net...
View ArticleClosed Feature: Add a method to set coder specific options. [1024]
Add a method to set coder specific options.Comments: Resolved with changeset 27402: Renamed Attribute method of MagickImage.Added Set/GetOption methods to specify format specific options.
View ArticleCommented Issue: Fix reading specific page/layer [1008]
The filename _test.pdf[99]_ will throw an argument exception if the file test.pdf exists.Comments: ** Comment from web user: Lionsitaly ** I try it but if I set FrameCount =1 give me error:FrameError...
View ArticleCommented Issue: Fix reading specific page/layer [1008]
The filename _test.pdf[99]_ will throw an argument exception if the file test.pdf exists.Comments: ** Comment from web user: dlemstra ** The FrameCount property is not that useful when you read a...
View ArticleCommented Unassigned: Implement ICloneable for MagickImage [974]
Support for cloning a MagickImage object. This is usefull if you have to perform operations on the source image that you do not want to affect the original image.Comments: Associated with changeset...
View ArticleCommented Issue: Fix reading specific page/layer [1008]
The filename _test.pdf[99]_ will throw an argument exception if the file test.pdf exists.Comments: Associated with changeset 27537: Fix for FrameIndex and FrameCount in MagickReadSettings.
View ArticleCreated Issue: Add argument to Composite to set 'compose:args'. [1027]
Add an extra argument to the Composite method to set the 'compose:args'.
View ArticleEdited Issue: Add argument to Composite to set 'compose:args'. [1027]
Add an extra argument to the Composite method to set the 'compose:args'.
View ArticleCreated Feature: Make Pixel class IEquatable [1032]
Make Pixel class IEquatable and IComparable
View ArticleEdited Feature: Make Pixel class IEquatable [1032]
Make Pixel class IEquatable and IComparable
View ArticleClosed Feature: Make Pixel class IEquatable [1032]
Make Pixel class IEquatable.Comments: Resolved with changeset 27758: Made the Pixel class IEquatable.Moved some code to the cpp file.
View ArticleCreated Unassigned: Coalesce adds border [1034]
First of all thank you for this great library!I am using the latest version of Magick.NET to open, coalesce and save the following animated gif...
View ArticleClosed Unassigned: Coalesce adds border [1034]
First of all thank you for this great library!I am using the latest version of Magick.NET (x64, Q8, .NET 4.5) to open, coalesce and save the following animated gif...
View ArticleCommented Unassigned: Coalesce adds border [1034]
First of all thank you for this great library!I am using the latest version of Magick.NET (x64, Q8, .NET 4.5) to open, coalesce and save the following animated gif...
View ArticleClosed Issue: Add argument to Composite to set 'compose:args'. [1027]
Add an extra argument to the Composite method to set the 'compose:args'.Comments: Resolved with changeset 27819: Added argument to Composite to set 'compose:args'.
View Article