New Post: MagickImage adds black line at top of image during svg to png/pdf...
what if i m using VS2013 not 2015, will it work? And do i need to install only in Dev machine or in deployment machine also i need to install anything?
View ArticleNew Post: MagickImage adds black line at top of image during svg to png/pdf...
You can use it together with VS2013. You do need to install the C++ redistributable on all machines where you want to use Magick.NET.
View ArticleNew Post: MagickImage adds black line at top of image during svg to png/pdf...
I have tried the new version as well. The new version Q16-AnyCpu not HDRI.https://svcweufixtureclob.blob.core.windows.net/svc-weu-printjob/100_blob.pdf As proof i'm attaching the pdf page got generated...
View ArticleNew Post: MagickImage adds black line at top of image during svg to png/pdf...
What is your Ghostscript version? Maybe this version has a bug? And why are you installing ImageMagick 7.0.0-0? You should not do that when you use Magick.NET.
View ArticleNew Post: MagickImage adds black line at top of image during svg to png/pdf...
Image magick software is not installed. This file has been generated through the Mgick.net DLL only. Hence as producer its showing this text " ImageMagick 7.0.0-0 Q16 x64 2015-11-23". Which ghost...
View ArticleNew Post: MagickImage adds black line at top of image during svg to png/pdf...
Sorry my bad, you only need Ghostscript to read PDF files. Can you create a small project that demonstrates this issue and share it on something like DropBox? I am still unable to reproduce the issue.
View ArticleNew Post: Maby problem with Composite
It might take a while before we get back to you. We are currently swamped at work.
View ArticleNew Post: Jpg to Black and white TIFF with FloydSteinberg dithering
I have problems converting some jpg to black and white TIFF using FloydSteinberg dithering. Some (for example santa.jpg ) becomes completely white. My code is based on the example in this thread.using...
View ArticleNew Post: Jpg to Black and white TIFF with FloydSteinberg dithering
We can reproduce this issue and patched ImageMagick. This will be fixed in the next release of Magick.NET (7.0.0.0023).
View ArticleNew Post: Jpg to Black and white TIFF with FloydSteinberg dithering
Thanks for the quick response, looking forward to the next release.
View ArticleNew Post: StackOVerFlowException was Unhandled
I am new to using MAgick.NET in Visual Studio 2005, I am trying convert a PDF into Tif files for each page using a sample code from Magick.Net web site. I get this error: "An unhandled exception of...
View ArticleNew Post: StackOVerFlowException was Unhandled
Does this only happen with PDF files? Which version of Ghostscript did you install?
View ArticleNew Post: StackOVerFlowException was Unhandled
Hi, Yes it was only happening with PDF files, and thanks for the TIP because Ghostscript was missing. I thought I had in on my pc but since my PC was recently re-built it never went back on. I have now...
View ArticleNew Post: StackOVerFlowException was Unhandled
The cause of low quality TIF files could be due to a low Density but 300 looks enough. Isn't it possible that whatever you using to view it is resizing the image and making it look like a bad quality...
View ArticleNew Post: StackOVerFlowException was Unhandled
Thanks again for your prompt reply, I can certainly try to test if "stackoverflow exception" error re-occurs by un-installing GPL-GhostScript. will update you soon with my results.
View ArticleNew Post: StackOVerFlowException was Unhandled
"stackoverflow exception" error only occurs when GhostScript is missing from my PC.
View ArticleNew Post: StackOVerFlowException was Unhandled
I get a MagickDelegateErrorException that complains a file (Ghostscript) could not be found. Does it also occur when you run convert.exe on the command line? Could you provide me with a memory dump if...
View ArticleNew Post: StackOVerFlowException was Unhandled
should I test this with GhostScript un-installed or Installed ? previous tests were done using the com object : "Magick.NET.Wrapper-x86.dll" in Visual STudio 2005.
View ArticleNew Post: Monitoring progress for effects
Hi Dirk, Is there a way to get the progress of an effect that takes a long time to process? For example, if I run a strong Median blur or Kuwahara on a large (4k, for example) image - it takes several...
View Article