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 ArticleCreated Feature: Add ToBitmapSource to MagickImage [1185]
Add ToBitmapSource to MagickImage
View ArticleEdited Feature: Add ToBitmapSource to MagickImage [1185]
Add ToBitmapSource to MagickImage
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: Write to stream [1187]
Hi,When attempting to convert an image and write it to a stream (or bytearray) the conversion is somehow corrupted in the process.```var outputStream = new MemoryStream();using (var magickImage = new...
View ArticleCommented Unassigned: Write to stream [1187]
Hi,When attempting to convert an image and write it to a stream (or bytearray) the conversion is somehow corrupted in the process.```var outputStream = new MemoryStream();using (var magickImage = new...
View ArticleClosed Unassigned: Write to stream [1187]
Hi,When attempting to convert an image and write it to a stream (or bytearray) the conversion is somehow corrupted in the process.```var outputStream = new MemoryStream();using (var magickImage = new...
View ArticleClosed Feature: Add variables to MagickScript. [1130]
Add variables to MagickScriptComments: Resolved with changeset 31863: Added variables to MagickScript.
View ArticleClosed Feature: Add ToBitmapSource to MagickImage [1185]
Add ToBitmapSource to MagickImageComments: Resolved with changeset 31898: Added ToBitmapSource to MagickImage.
View ArticleCreated Unassigned: PathTooLongException [1188]
Is there a way around PathTooLongException? I tried adding "\\?\" to path but it did not work. I use AlphaFS from Codeplex to get to files, but once in that folder I can not open image with Magick.NET.
View ArticleCommented Unassigned: PathTooLongException [1188]
Is there a way around PathTooLongException? I tried adding @"\\\?\" to path but it did not work. I use AlphaFS from Codeplex to get to files, but once in that folder I can not open image with...
View ArticleEdited Issue: PathTooLongException [1188]
Is there a way around PathTooLongException? I tried adding @"\\\?\" to path but it did not work. I use AlphaFS from Codeplex to get to files, but once in that folder I can not open image with Magick.NET.
View ArticleCreated Unassigned: "Magick: Postscript delegate failed `C:\\Header.pdf': No...
Hello,I use the following code:using (MagickImageCollection images = new MagickImageCollection()){ images.Read(@"C:\Header.pdf");}But I get ever the exception "No such file or directory @...
View ArticleCommented Unassigned: "Magick: Postscript delegate failed `C:\\Header.pdf':...
Hello,I use the following code:using (MagickImageCollection images = new MagickImageCollection()){ images.Read(@"C:\Header.pdf");}But I get ever the exception "No such file or directory @...
View ArticleCommented Issue: PathTooLongException [1188]
Is there a way around PathTooLongException? I tried adding @"\\\?\" to path but it did not work. I use AlphaFS from Codeplex to get to files, but once in that folder I can not open image with...
View ArticleCommented Unassigned: "Magick: Postscript delegate failed `C:\\Header.pdf':...
Hello,I use the following code:using (MagickImageCollection images = new MagickImageCollection()){ images.Read(@"C:\Header.pdf");}But I get ever the exception "No such file or directory @...
View ArticleClosed Unassigned: "Magick: Postscript delegate failed `C:\\Header.pdf': No...
Hello,I use the following code:using (MagickImageCollection images = new MagickImageCollection()){ images.Read(@"C:\Header.pdf");}But I get ever the exception "No such file or directory @...
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 ArticleCommented 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 ArticleCommented 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 Article