New Post: PSDs, PNGs and Transparency
Dirk, thanks so much for your help with the issues I was having. I'm now happily importing, separating and processing multi-layer PSD files! Thanks for all the tips, and the quick turn-around in fixing...
View ArticleNew Post: MagickImage.Compare highlight color
As shown on the ImageMagick site you can set the highlight-color in the image comparisons. Is there a way to control that in MagickImage.Compare? Currently when I perform an image compare I get a dark...
View ArticleNew Post: Multilayer psd, png with transparency displayed with errors/wrong...
Hi, I'm using Magick.NET-7.0.0.0007-Q16-AnyCPU-net40-client to create a multilayer psd file. When adding png files with transparency to the imagecollection, it's displayed with random colors/ noise on...
View ArticleNew Post: MagickImage.Compare highlight color
You can do this in Magick.NET with the MagickImage.SetHighlightColor and MagickImage.SetLowlightColor methods.
View ArticleNew Post: TIFF Correction (color space & bit depth)
I've sent you a link to the file through contact. In the meantime, I've changed my approach and have something that seems to work for my needs:/// <summary> /// Converts an unspecified image to a...
View ArticleNew Post: TIFF Correction (color space & bit depth)
I apologize for not realizing this earlier but the Depth is per channel, so it is 8 bits per channel * 4 = 32 bits. Is the image you send me the one that is causing you the 'flushing data' problems?
View ArticleNew Post: TIFF Correction (color space & bit depth)
Ah, per channel makes sense. No, it's a different test image. Unfortunately that file contains personal data from a customer, so I can't share it.
View ArticleNew Post: TIFF Correction (color space & bit depth)
I am sorry but I cannot help you without a sample image. The error is happening too deep inside the tiff library. Maybe you can edit it in something like Photoshop and remove the sensitive data?
View ArticleNew Post: TIFF Correction (color space & bit depth)
I found another sample that exhibits the problem and contains generic information. It's in the same FTP folder I gave you earlier, and the name of the file is DocCleanMultipage.tif.
View ArticleNew Post: Is Magick.NET just a wrapper or uses it native code?
Of course, I can. Just for clarification. What's the intention of this? Just to disable OpenCL or to see if the measurement-file is written is this case?
View ArticleNew Post: Is Magick.NET just a wrapper or uses it native code?
This is just to disable OpenCL and use OpenMP instead to see if it will use more cores. Disabling OpenCL will not write that file.
View ArticleNew Post: CompositeOperator enum
Thanks for the feedback, I have added a small part about ImageMagick 7 to the documentation page.
View ArticleNew Post: Multilayer psd, png with transparency displayed with errors/wrong...
I just found a bug when the image writes it's DPI and that explains the noise on the right side. But is now just showing a white image for the transparent image. There is probably a bug in the PSD...
View ArticleNew Post: Multilayer psd, png with transparency displayed with errors/wrong...
ThankYou for your quick feedback, I'll stay tuned
View ArticleNew Post: Multilayer psd, png with transparency displayed with errors/wrong...
I will be off the grid for a month starting tomorrow so it will take a while before you get some feedback.
View ArticleNew Post: CompositeOperator enum
So it turns out that I still am having a little problem with this. It worked great on a mask that was On/Off values, but with a variable mask my result is a lot different from IM 6, which may be...
View ArticleNew Post: Bicubic interpolation
Is there any plan to include bicubic interpolation in Magick.NET?
View ArticleNew Post: ps to pdf conversion
Im converting a 5mb ps file to pdf..but the pdf output is coming as 400 mb.. how can i reduce the pdf size
View ArticleNew Post: Need some help about crashes..
We are encountering the same issue. However, some of the files can reach 20Gb of size and end up filling up the drive. Any idea what this could be or how we could debug this issue?
View Article