New Post: Getting error/pdf.c/ReadPDFImage/788 From Example Code
You probably installed the 64 bit version of Ghostscript. If the platform of Ghostscript matches the platform of your application it will load the Ghoscript dll. And it will use the command line if...
View ArticleNew Post: Getting error/pdf.c/ReadPDFImage/788 From Example Code
You are correct on the version of Ghostscript I installed. I installed the 32 bit version and it executed the Read method fine. It generated yet another error, though. Do you want that here or in a new...
View ArticleNew Post: Getting error/pdf.c/ReadPDFImage/788 From Example Code
You can continue the conversation here. I am hoping to publish a new release this week.
View ArticleNew Post: Getting error/pdf.c/ReadPDFImage/788 From Example Code
The new exception says An unhandled exception of type 'ImageMagick.MagickCoderErrorException' occurred in Magick.NET-Q8.Wrapper-x86.dll Additional information: PDF PoC Revisited.vshost.exe: WriteBlob...
View ArticleNew Post: Getting error/pdf.c/ReadPDFImage/788 From Example Code
Nevermind on that above exception. I just had to manually create the folder. That's manageable. It appears I'm good to go here. Thank you again! I'll look for the new release later this week.
View ArticleNew Post: MagickImage ctor error for the only one tif file
I sent you a message through Codeplex with the link to this naughty tif file. Thank you for your time!
View ArticleNew Post: MagickImage ctor error for the only one tif file
The problem with this file is that only first frame is correct. It will convert the image if you only read the first frame and since you are using MagickImage to read the file this is probably what you...
View ArticleNew Post: Unable to open configure file 'magic.xml' to convert pdf to image
Hello! I try to convert a pdf to image but I get the following error: ImageMagick.MagickDelegateErrorException: E.PDF.WinForm.vshost.exe: PDFDelegateFailed `El sistema no puede encontrar el archivo...
View ArticleNew Post: Unable to open configure file 'magic.xml' to convert pdf to image
Your problem is related to the issue that was reported here: https://magick.codeplex.com/discussions/632560. You will have to wait for the next release that will be published this week.
View ArticleNew Post: Applying Blue Tint On Top Of Image
Hi Using Magick.Net I want to apply a blue color tint on top of the image Which method can I achieve this with?
View ArticleNew Post: Applying Blue Tint On Top Of Image
I was able to get this with image.Colorize(new MagickColor(hexcolor), 40);
View ArticleNew Post: MagickImage ctor error for the only one tif file
Thank you very much, the code works perfect after applying changes you suggested.
View ArticleNew Post: Using Magick.NET without installing VS 2012 C++ Redistributable EXE
I've figured out a work around. My solution is (works for me): If you don't want to provide the VC++ 2012 redistributeable DLLs via a setup (e.g. due to missing admin rights), you can simply provide...
View ArticleNew Post: Best approach to create PDF -> PNG thumbnails on an Azure Web Site?
dlemstra wrote: It should be possible to use Ghostscript without installing it. You should first download and install Ghostscript on your own machine. If you want to use the x64 version of Magick.NET...
View ArticleNew Post: Unable to open configure file 'magic.xml' to convert pdf to image
Hi again! I have used the new version (Magick.NET-7.0.0.0014-Q16-AnyCPU) in my program, but I still get the same error. What can be the problem? Thanks in advance.
View ArticleNew Post: Unable to open configure file 'magic.xml' to convert pdf to image
Do you have a folder called 'Magick.NET.7.0.0.0014' in your %TEMP% folder (you can just enter this in explorer) and does this folder contain a lot of xml files?
View ArticleNew Post: Unable to open configure file 'magic.xml' to convert pdf to image
Hi! I have compiled again the application and I have got the folder in %TEMP% folder with a lot of xml files. It works perfect! Thanks a lot.
View ArticleNew Post: Convert image from Bitmap to 1Bpp
I want to convert Bitmap image to 1Bpp format
View ArticleNew Post: Convert image from Bitmap to 1Bpp
What is the type of the output format that you want? Do I understand you correctly that you want a monochrome image? With 1 bit per pixel.
View ArticleNew Post: Convert image from Bitmap to 1Bpp
yes, i want to convert bitmap to monochrome image
View Article