New Post: Load image in Image control
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Magick: Postscript delegate failed...No such file or directory
I can read your image without any problems. Can you try to see if you get more information when you enable debugging?...
View ArticleNew Post: Magick: Postscript delegate failed...No such file or directory
The log file is located here. Small enough, but not enough info for me to make heads or tails out of it. I'm sure there's something small that I'm...
View ArticleNew Post: Magick: Postscript delegate failed...No such file or directory
Can you upgrade to 9.10 and try again?
View ArticleNew Post: Magick: Postscript delegate failed...No such file or directory
Yep. That fixed me. Thanks.
View ArticleNew Post: Converting(any?) image to black and white
First off, very cool library, thank you for creating it. Also, my questions are probably more related to my lack of image understanding than the library but anyway. I have a JPG file(which I hope...
View ArticleNew Post: Converting(any?) image to black and white
The .Strip command does not influence the value of a pixel. It removes metadata from an image file (http://www.imagemagick.org/script/command-line-options.php#strip). You should be able to do the...
View ArticleNew Post: Converting(any?) image to black and white
Thank you very much for the response. I appreciate the link as well. I somehow missed that in all of my searching. -Mark
View ArticleNew Post: Magick net parameters
Hello. Quite new using Magick.net. I've been deploying a service on a Windows Server 2003 with 4GB RAM and a limited free space in C: unit. So far, I have overcome the lack of resources creating...
View ArticleNew Post: Magick Script & Composite
Hi, Thank you very much for your perfect work. How can i used Composite in Magick Script ? Like this : MagickImage futmask2 = new MagickImage(System.Drawing.Color.Black, 850, 340); string func3 =...
View ArticleNew Post: Magick net parameters
You can set MAGICK_TEMPORARY_PATH/MAGICK_TMPDIR using MagickNET.SetTempDirectory. If you want to limit the resources that are being used you should use the properties in the recently created static...
View ArticleNew Post: Magick net parameters
Thankas a lot, dlemstra!! I am testing now, but I think you will have a beer bonus.
View ArticleNew Post: Magick net parameters
Your welcome. But I have to disappoint you, my wishlist (www.amazon.co.uk/registry/wishlist/1C3TE3001VQZE) does not contain beer :P.
View ArticleNew Post: Magick Script & Composite
You can read the mask directly in the script when you specify the file name (the commented part) or you can use the 'Read' event to load the image. Below is an example that uses the Read event....
View ArticleNew Post: Postscript delegate failed - No such file or directory @...
Hi everyone. I've got the following error when trying to open .ai images:ERROR 2014-03-07 10:53:14,812 [6] Logic.clsMaqueta - ImageMagick.MagickDelegateErrorException: Magick: Postscript delegate...
View ArticleNew Post: Postscript delegate failed - No such file or directory @...
Did you install Ghostscript in a path that contains special characters? And did you install that latest version? Can you try to see if you get more information when you enable debugging?...
View ArticleNew Post: Postscript delegate failed - No such file or directory @...
Hi dlemstra, Ghostscript is installed in the default folder, but changing the unti. That is E:\Program Files\gs\gs9.10 Presently I do have debug enabled, and I get the following log. I've bolded the...
View ArticleNew Post: Postscript delegate failed - No such file or directory @...
Should I define a postscript printer in the server?
View ArticleNew Post: Postscript delegate failed - No such file or directory @...
You don't need to do that. Can you add a link to your file or contact me through CodePlex if you don't want to publicly share your image.
View ArticleNew Post: Postscript delegate failed - No such file or directory @...
I'll do it if the testing I'm carrying on fails.
View Article