Closed Feature: Add pixel storage settings to MagickReadSettings [1039]
Add a PixelStorageSettings class that can be used to read pixels from a byte[]/stream/file.Comments: Resolved with changeset 28301: Added pixel storage settings to read float/double pixels.Refactored...
View ArticleClosed Feature: Add ReadCollection to MagickImageInfo. [1055]
Add a method to MagickImageInfo to quickly read images with multiple frames/pages.Comments: Resolved with changeset 28337: Added ReadCollection method to MagickImageInfo.Fixed compare method of...
View ArticleCreated Unassigned: Enable liquid rescale [1057]
Enable liquid rescale without using glib.
View ArticleEdited Unassigned: Enable liquid rescale [1057]
Enable liquid rescale without using glib.
View ArticleClosed Feature: Fix full transparency value [1041]
ImageMagick 6 uses 255(Q8) or 65535(Q16) for full transparency but this should be 0. This will be fixed in ImageMagick 7 but Magick.NET should already make this switch.Comments: Resolved with changeset...
View ArticleCommented 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 ArticleCreated Unassigned: Add new Compare methods [1099]
Add the following feature: compare -metric AE -fuzz 5% a.jpg b.jpg c.jpg that is explained here: http://www.imagemagick.org/Usage/compare/
View ArticleEdited Unassigned: Add new Compare methods [1099]
Add the following feature: compare -metric AE -fuzz 5% a.jpg b.jpg c.jpg that is explained here: http://www.imagemagick.org/Usage/compare/
View ArticleCreated Feature: Extracting Clipping Path Information [1100]
Add a method to MagickImage that return a class for the 8BIM profile. And add a method to that class that returns the Clipping Path information.
View ArticleEdited Feature: Extracting Clipping Path Information [1100]
Add a method to MagickImage that return a class for the 8BIM profile. And add a method to that class that returns the Clipping Path information.
View ArticleCreated Feature: Add Interlace property to MagickImage [1101]
Add Interlace property to MagickImage
View ArticleEdited Feature: Add Interlace property to MagickImage [1101]
Add Interlace property to MagickImage
View ArticleClosed Feature: Add Interlace property to MagickImage [1101]
Add Interlace property to MagickImageComments: Resolved with changeset 29321: Added Interlace property to MagickImage.
View ArticleCreated Feature: Rename MagickImage.SetOption to SetDefine. [1102]
Rename MagickImage.SetOption to SetDefine.
View ArticleEdited Feature: Rename MagickImage.SetOption to SetDefine. [1102]
Rename MagickImage.SetOption to SetDefine.
View ArticleClosed Feature: Rename MagickImage.SetOption to SetDefine. [1102]
Rename MagickImage.SetOption to SetDefine.Comments: Resolved with changeset 29326: Renamed MagickImage.SetOption to SetDefine.Updated MagickScript.
View ArticleClosed Feature: Extracting Clipping Path Information [1100]
Add a method to MagickImage that returns a class for the 8BIM profile. And add a method to that class that returns the Clipping Path information.Comments: Resolved with changeset 29383: Added...
View ArticleClosed Unassigned: Add new Compare methods [1099]
Add the following feature: compare -metric AE -fuzz 5% a.jpg b.jpg c.jpg that is explained here: http://www.imagemagick.org/Usage/compare/Comments: Resolved with changeset 29402
View ArticleClosed Feature: Create HttpModule that uses MagickScript [978]
Add a HttpModule/HttpHandler that use MagickScript to resize images.Comments: Resolved with changeset 29436: Added a HttpModule that uses MagickScript.
View ArticleCreated Unassigned: SEHException while working with Writable Pixel...
Hi,I got an SEHException sometimes and want to debug it. Can you help me with that?The problem is, that I can not reproduce it, it does not happen all the time, but I think it might have something to...
View Article