Closed Unassigned: Magick: Postscript delegate failed `C:\CCP\CCP_363.pdf':...
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 ArticleClosed 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 ArticleCreated Feature: Add -black-point-compensation to MagickImage [1202]
Add the command line option -black-point-compenstation to MagickImage.
View ArticleEdited Feature: Add -black-point-compensation to MagickImage [1202]
Add the command line option -black-point-compenstation to MagickImage.
View ArticleClosed Feature: Add Distort to MagickScript. [1200]
Add Distort to MagickScript.Comments: Resolved with changeset 32486: Added Distort to MagickScript.
View ArticleClosed Feature: Add support for montage. [1201]
Add support for montage.Comments: Resolved with changeset 32538: Added Montage to MagickImageCollection.
View ArticleCreated Unassigned: Not finding Ghostscript [1203]
I installed the latest verson of Ghostscript (took defaults), as recommend in the docs here: (https://magick.codeplex.com/wikipage?title=Convert%20PDF&referringTitle=Documentation)This code fails...
View ArticleCommented Unassigned: Not finding Ghostscript? [1203]
I installed the latest verson of Ghostscript (took defaults), as recommend in the docs here: (https://magick.codeplex.com/wikipage?title=Convert%20PDF&referringTitle=Documentation)This code fails...
View ArticleCommented Unassigned: Not finding Ghostscript? [1203]
I installed the latest verson of Ghostscript (took defaults), as recommend in the docs here: (https://magick.codeplex.com/wikipage?title=Convert%20PDF&referringTitle=Documentation)This code fails...
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 ArticleEdited Issue: Not finding Ghostscript? [1203]
I installed the latest verson of Ghostscript (took defaults), as recommend in the docs here: (https://magick.codeplex.com/wikipage?title=Convert%20PDF&referringTitle=Documentation)This code fails...
View ArticleCommented Issue: Not finding Ghostscript? [1203]
I installed the latest verson of Ghostscript (took defaults), as recommend in the docs here: (https://magick.codeplex.com/wikipage?title=Convert%20PDF&referringTitle=Documentation)This code fails...
View ArticleClosed Issue: Not finding Ghostscript? [1203]
I installed the latest verson of Ghostscript (took defaults), as recommend in the docs here: (https://magick.codeplex.com/wikipage?title=Convert%20PDF&referringTitle=Documentation)This code fails...
View ArticleClosed Feature: Build ImageMagick with OpenCL support. [1112]
Build ImageMagick with OpenCL support.Comments: Resolved with changeset 32583: Recompiled libraries with ImageMagick 6.8.8.10.Enabled OpenCL.
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 ArticleEdited Issue: 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 ArticleClosed Feature: Add -black-point-compensation to MagickImage [1202]
Add the command line option -black-point-compenstation to MagickImage.Comments: Resolved with changeset 32586: Added BlackPointCompensation to MagickImage.
View ArticleCreated Unassigned: BitDepth and Statistics [1205]
Hi,I have regular RGB images with 8 bits per channel (jpeg or png format, mapping sRGB) to read.I use MagickImage Read function to read the image.When I display Maximum value in MagickImageStatistics,...
View Article