Commented Unassigned: Create NuGet sample package. [994]
Add a NuGet package that contains examples for a web and a console application.Comments: Associated with changeset 32242: Added project for NuGet sample package.Replaced Snakeware logo with new company...
View ArticleCreated Unassigned: AccessViolationException when reading a PDF [1191]
When I try to read certain images into Magick.NET using the below code I get an awful error: using (ImageMagick.MagickImage image = new ImageMagick.MagickImage()) { image.Read(sourceFile.FullName);...
View ArticleCommented Unassigned: AccessViolationException when reading a PDF [1191]
When I try to read certain images into Magick.NET using the below code I get an awful error: using (ImageMagick.MagickImage image = new ImageMagick.MagickImage()) { image.Read(sourceFile.FullName);...
View ArticleCommented Unassigned: AccessViolationException when reading a PDF [1191]
When I try to read certain images into Magick.NET using the below code I get an awful error: using (ImageMagick.MagickImage image = new ImageMagick.MagickImage()) { image.Read(sourceFile.FullName);...
View ArticleClosed Unassigned: AccessViolationException when reading a PDF [1191]
When I try to read certain images into Magick.NET using the below code I get an awful error: using (ImageMagick.MagickImage image = new ImageMagick.MagickImage()) { image.Read(sourceFile.FullName);...
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 ArticleCreated Unassigned: Magick: Postscript delegate failed `C:\CCP\CCP_363.pdf':...
Server has Ghostscript 9.14 64bit version, with latest Magick.NET-x64.dll 6.8.8.901 of 23March2014.```Magick: Postscript delegate failed `C:\CCP\CCP_363.pdf': No such file or directory @...
View ArticleCommented Unassigned: Magick: Postscript delegate failed...
Windows Server 2008R2 has Ghostscript 9.14 64bit version, with latest Magick.NET-x64.dll 6.8.8.901 of 23March2014. Used in ASP.NET 4.0 application with Full Trust Level. ```Magick: Postscript delegate...
View ArticleCreated Unassigned: Converting to pcx files ignores bit depth [1198]
I have a project that requires me to convert a jpg to a pcx image with a bit depth of 1. Basically a black and white image.Here's what i'm doing.```Using image As New MagickImage("color.jpg")...
View ArticleCommented Unassigned: Magick: Postscript delegate failed...
Windows Server 2008R2 has Ghostscript 9.14 64bit version, with latest Magick.NET-x64.dll 6.8.8.901 of 23March2014. Used in ASP.NET 4.0 application with Full Trust Level. ```Magick: Postscript delegate...
View ArticleCommented Unassigned: Magick: Postscript delegate failed...
Windows Server 2008R2 has Ghostscript 9.14 64bit version, with latest Magick.NET-x64.dll 6.8.8.901 of 23March2014. Used in ASP.NET 4.0 application with Full Trust Level. ```Magick: Postscript delegate...
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 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: Converting to pcx files ignores bit depth [1198]
I have a project that requires me to convert a jpg to a pcx image with a bit depth of 1. Basically a black and white image.Here's what i'm doing.```Using image As New MagickImage("color.jpg")...
View ArticleCommented Unassigned: Magick: Postscript delegate failed...
Windows Server 2008R2 has Ghostscript 9.14 64bit version, with latest Magick.NET-x64.dll 6.8.8.901 of 23March2014. Used in ASP.NET 4.0 application with Full Trust Level. ```Magick: Postscript delegate...
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 ArticleCreated Feature: Allow operations on image argument in MagickScript [1199]
Allow the following:```<msl><read><composite x="0" y="0" compose="Darken"><image id="mask"><extent width="100" height="100" gravity="Center" backgroundColor="#fff" />...
View ArticleEdited Feature: Allow operations on image argument in MagickScript [1199]
Allow the following:```<msl><read><composite x="0" y="0" compose="Darken"><image id="mask"><extent width="100" height="100" gravity="Center" backgroundColor="#fff" />...
View Article