New Post: Loss of PDF Quality
Hi, I tried to very simply create one PDF from another PDF (I have GS 9.19 64bit installed). However, there was a clear loss of quality. I couldn't find a PDF WriteDefine class. Please let me know if...
View ArticleNew Post: Loss of PDF Quality
Magick.NET might not be the best tool to convert a PDF file to a PDF. The PDF file format is a vector format and Magick.NET only understands raster images. You can however improve the quality of the...
View ArticleNew Post: Photoshop Cannot Open PSD Created in Magick.Net
Thanks for your reply and I am happy that it is now resolved.
View ArticleNew Post: Open raw images
Hello. I am having the same problem when converting raw format images to jpg images. When run locally, everything works fine. When run on the server (Windows server 2008 R2 ) I get "unable to open...
View ArticleNew Post: Open raw images
Which version of the C++ redistributable did you install? I think dcraw requires the 2013 version. Magick.NET no longer required the C++ redistributable.
View ArticleNew Post: How to Prevent Removal of Anything Outside of the Clipping Path...
Hi, I want to convert an EPS file with a clipping path to a JPEG. I want to preserve the clipping path info, but I do not want the clipping path to be applied as a mask. No matter what I do, anything...
View ArticleNew Post: How to Prevent Removal of Anything Outside of the Clipping Path...
Can you add the images to your post so I can understand better what you are trying to do and what the problem is?
View ArticleNew Post: How to Prevent Removal of Anything Outside of the Clipping Path...
Sorry for the stupid question, but how can I upload a file to my post?
View ArticleNew Post: How to Prevent Removal of Anything Outside of the Clipping Path...
Adding a link to your file on DropBox/OneDrive is the way to go on CodePlex.
View ArticleNew Post: How to Prevent Removal of Anything Outside of the Clipping Path...
You can download the source EPS and the JPEG result from the following links. NOTE!!!: Remove all Y's from the links (anti...
View ArticleNew Post: How to Prevent Removal of Anything Outside of the Clipping Path...
I am still not sure what the your desired result is but I assume that you want to write your image to a PNG instead of a JPG? The area outside the mask is transparent and will become white when you...
View ArticleNew Post: How to Prevent Removal of Anything Outside of the Clipping Path...
Hi, No - I want a JPEG and I want the Adobe IRB 8BIM path information preserved, but I do not want the clipping path actually applied (i.e., there should be no masking of the area outside of the...
View ArticleNew Post: Open raw images
I have both x86 and x64 versions of C++ redistributable installed on server. I have also tried to created simple console app that does the conversion and the same error is produced but this time OS...
View ArticleNew Post: How to Prevent Removal of Anything Outside of the Clipping Path...
Is it possible that you would need to deactivate the mask in Photoshop? Ghostscript is used with the default parameters so I am not sure how we could tell it to disable the clipping path. Would you...
View ArticleNew Post: Open raw images
Can you try the dcraw version of the latest version of ImageMagick? We fixed a bug in the OpenCL code of dcraw yesterday.
View ArticleNew Post: How to Prevent Removal of Anything Outside of the Clipping Path...
I'll try. I really don't know Ghostscript. I find it odd that by default the clipping path behavior for converting EPS to JPEG is different from the converting PSD to JPEG. Would you by chance know...
View ArticleNew Post: How to Prevent Removal of Anything Outside of the Clipping Path...
The coder for PSD is written by the ImageMagick team and we did not write the Ghostscript library. This makes it possible for us to determine the behavior of the PSD reader. The primary site for...
View ArticleNew Post: ImageMagick cannot be found .NET x64
I have been attempting to install and use ImageMagick.Net for two days with no joy. I was able to install the client version on the server (Windows 2008 x64) and it worked great. Then first tried the...
View ArticleNew Post: CMYK Images with more than 4 color planes
Sorry for delay in reply. Your MagickViewer can Show the Images correctly. But how can I make it in my own code with your library? Thanks
View Article