New Post: Issues with reading EPS image after upgrading to 7.0.0.0013
Does this happen for every eps file? And can you provide me with one of the files to test with? Maybe the exception is only for one of the images that fails. I just tried to convert one of my eps files...
View ArticleNew Post: Is there a way to read photo after CRC error?
Thank you! That works perfectly.
View ArticleNew Post: Reading Colorspace of PDF, AI, EPS before converting to JPG
We have an application that we want to start to allow people to upload PDF, AI, and EPS files. So far so god but I can't figure out how to get the info such as colorspace of the file. We want to get...
View ArticleNew Post: Reading Colorspace of PDF, AI, EPS before converting to JPG
After digging more into this I think I found how to make this work. Essentially I am converting the PDF file to a rasturizing like before but now am adding the DetermineColorType() method in the mix....
View ArticleNew Post: Achieve Dragan Effect On Image Using Magick.Net
I just published the first version of the script here: https://www.nuget.org/packages/FredsImageMagickScripts.DraganEffect/.
View ArticleNew Post: Fred's ImageMagick Scripts
The first two scripts have been published on NuGet. You can keep track of the list here: https://github.com/dlemstra/FredsImageMagickScripts.NET/blob/master/README.md.
View ArticleNew Post: How to Change the color of each pixel in a image
Hi everyone, I'm new to the Magick.Net. I tried to change the color of each pixel in the image but there's no change in the new image. Here's my code. Could anyone tell me what's going on? Thanks a...
View ArticleNew Post: How to Change the color of each pixel in a image
You should call the Write method of the WritablePixelCollection class that is returned by image.GetWritablePixels() to make sure the pixels are written to the image. You could also do what you are...
View ArticleNew Post: Achieve Dragan Effect On Image Using Magick.Net
Thanks a ton! I will try this out to see the effectMeanwhile can you please tell me the process and cost to get a commercial license for same?
View ArticleNew Post: Achieve Dragan Effect On Image Using Magick.Net
You can try and test it freely. You only need the license when you use it in a commercial product. You should contact Fred Weinhaus (fmw at alink dot net) for more information, he handles the licensing...
View ArticleNew Post: Issues with reading EPS image after upgrading to 7.0.0.0013
EDIT: Thought I solved it by changing the color space, but it turns out the contrast was off (images turned out to gray-ish) and I still got this error in the logs: Error when loading vector image :...
View ArticleNew Post: Issues with reading EPS image after upgrading to 7.0.0.0013
I built a small Windows Forms application to test the image conversion and the result looks just fine (after changing he color space).My investigation so far:The images looks fine in older versionThe...
View ArticleNew Post: Achieve Dragan Effect On Image Using Magick.Net
Hi I tried the script and it works great. Thanks for this I have dropped an email to Fred at fmw@alink.net to check on licensing fee. I hope he replies quick on that. Do you know the cost range? :)
View ArticleNew Post: .lib files missing from the source code
Hello, Where I can find the required .lib files to compile Magick.NET? According to the project settings those should be located in the following directories:...
View ArticleNew Post: .lib files missing from the source code
I have removed the library files from the git repository, it made it almost 500mb. I just updated the batch file that copies the libraries (ImageMagick\CopyLibsFromDropbox.cmd) to report the location...
View ArticleNew Post: Issues with reading EPS image after upgrading to 7.0.0.0013
We continued this conversion by e-mail and we figured out what was happening. I made a mistake when I split up the library in 3 libraries. The embedded delegates.xml file could not be read and this...
View ArticleNew Post: Issues with reading EPS image after upgrading to 7.0.0.0013
I can confirm that this issue was fixed in a new build and I'm looking forward to it being published for everyone to take advantage of it.
View ArticleNew Post: Getting error/pdf.c/ReadPDFImage/788 From Example Code
Did you install Ghoscript? If you did you are probably experiencing the same issue that has been reported here: https://magick.codeplex.com/discussions/632560. A new release will be published soon.
View ArticleNew Post: MagickImage ctor error for the only one tif file
Can you post a link to the file that is failing for you? You can contact me through Codeplex if you don't want to share the image publicly.
View ArticleNew Post: Getting error/pdf.c/ReadPDFImage/788 From Example Code
I did, indeed, install Ghostscript. An interesting development, though, is that I can get it working fine with the x64 libraries. If I create a new project, target x64 in the Build menu, and use the...
View Article