Created Feature: Create MagickViewer [1037]
Create a Wpf / ClickOnce program that uses Magick.NET to show images.
View ArticleCreated Issue: Fix transparency in ColorBase [1038]
ColorMono(false) should be White instead of Transparent
View ArticleEdited Issue: Fix transparency in ColorBase [1038]
ColorMono(false) should be White instead of Transparent
View ArticleClosed Issue: Fix transparency in ColorBase [1038]
ColorMono(false) should be White instead of TransparentComments: Resolved with changeset 27961: Fixed transparency issue in ColorBase.Added Transparent property to MagickColor.Added some extra tests...
View ArticleCreated Feature: Add pixel storage settings to MagickReadSettings [1039]
Add a PixelStorageSettings class that can be used to read pixels from a byte[]/stream/file.
View ArticleCreated Feature: Fix full transparency value [1041]
ImageMagick 6 uses 0 for full transparency but this should be 255(Q8) or 65535(Q16). This will be fixed in ImageMagick 7 but Magick.NET should already make this switch.
View ArticleEdited Feature: Fix full transparency value [1041]
ImageMagick 6 uses 0 for full transparency but this should be 255(Q8) or 65535(Q16). This will be fixed in ImageMagick 7 but Magick.NET should already make this switch.
View ArticleCommented 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: ** Comment from web user: j_briggs ** Attached is an example The dimensions are 800x800 of type...
View ArticleCommented 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: ** Comment from web user: dlemstra ** Attache is the output image
View ArticleCommented 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: ** Comment from web user: j_briggs ** Something is definately not working correctly. Attached is...
View ArticleCommented 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: ** Comment from web user: dlemstra ** ImageMagick is expecting values to be normalized [0..1]. The...
View ArticleCreated Unassigned: Could not load file or assembly 'Magick.NET-x64' or one...
Hi dlemstra/ team membersI am trying to add Magick.NET-x64.dll reference in my project but always getting"Could not load file or assembly 'Magick.NET-x64' or one of its dependencies. An attempt was...
View ArticleClosed Unassigned: Could not load file or assembly 'Magick.NET-x64' or one of...
Hi dlemstra/ team membersI am trying to add Magick.NET-x64.dll reference in my project but always getting"Could not load file or assembly 'Magick.NET-x64' or one of its dependencies. An attempt was...
View ArticleCreated Unassigned: Development in VS 2010 [1053]
Hi,I have found I am having the popular problem "The specified module could not be found. "I have tried several solution found here but non of them help, including the Microsoft Visual...
View ArticleClosed Unassigned: Development in VS 2010 [1053]
Hi,I have found I am having the popular problem "The specified module could not be found. "I have tried several solution found here but non of them help, including the Microsoft Visual...
View ArticleCreated Feature: Add ReadImages to MagickImageInfo. [1055]
Add a method to MagickImageInfo to quickly read images with multiple frames/pages.
View ArticleEdited Feature: Add ReadImages to MagickImageInfo. [1055]
Add a method to MagickImageInfo to quickly read images with multiple frames/pages.
View Article