New Post: Image transparency and opacity issue.
I'm currently having an issue where the transparent portion of a PNG is turning gray when I adjust the opacity of the image. The following code replicates the issue I'm having in my...
View ArticleNew Post: Need some help about crashes..
dlemstra wrote: Jordi, can you contact me through CodePlex so we can resolve this issue together? We might get a bit more information if you can enable debugging...
View ArticleNew Post: tile
The -tile option set the fillpattern of the image. Your command translates to this:using (MagickImage image = new MagickImage("xc:none", 320, 90)) { using (MagickImage tile = new...
View ArticleNew Post: How do I translate this to Magick.net?
We are having some problems with transparency and the composite method in ImageMagick 7. We are working on fixing this and I will publish a new release after this has been fixed, this might take us a...
View ArticleNew Post: Image transparency and opacity issue.
That might be related to the other issue. We are having some problems with transparency in ImageMagick 7. We are working on fixing this right now. I will test your code later after that problem has...
View ArticleNew Post: How do I translate this to Magick.net?
dlemstra wrote: We are having some problems with transparency and the composite method in ImageMagick 7. We are working on fixing this and I will publish a new release after this has been fixed, this...
View ArticleNew Post: tile
Thanks much for the quick reply, makes me anxious for the next release if it will fix 2 of my issues!
View ArticleNew Post: .Write() crashes application
Dirk, Is there something in the .Write() method which saves the image to a file that might not be multithread safe? My app was crashing few times a day at random and I was thinking it is probably due...
View ArticleNew Post: .Write() crashes application
Can you get me a crash dump? This could help me track down the problem. What is your output image format?
View ArticleNew Post: .Write() crashes application
dlemstra wrote: Can you get me a crash dump? This could help me track down the problem. What is your output image format? Is a crash dump file automatically generated somewhere or I need to enable it...
View ArticleNew Post: .Write() crashes application
You can find some more information about collecting a crash dump here: http://msdn.microsoft.com/en-us/library/d5zhxt22.aspx
View ArticleNew Post: Issue with composited png
I have shared the original image as well as the resulting image from the two snippets pasted above. Thanks for looking into this!https://www.dropbox.com/sh/eiuqticy4bebymq/AADNfbAyEPwvOOp1BINiiqpqa?dl=0
View ArticleNew Post: Issue with composited png
It seems that the Composite method changes the Depth of your image to 16 bit instead of the 8 bit of the original. Pngout.exe might not support 16-bit images. You can force a bit depth of 8 with the...
View ArticleNew Post: TIFF Correction (color space & bit depth)
The problem has been found and will be fixed in the next release of Magick.NET.
View ArticleNew Post: How do I translate this to Magick.net?
In the next release you only need to set the ColorFuzz on one of the images. For now you should use the workaround I gave you.
View ArticleNew Post: Losing transparency with CMYK
I tried to see if the image contains an alpha channel with Ghostscript but it looks like your image does not seem to contain an alpha channel:D:\Images\eps>"C:\Program...
View ArticleNew Post: Losing transparency with CMYK
That's great work on your part. And thanks for your time on this. I will not be able to play around with this until probably around the second/third week of January so I am in no huge rush. Quick...
View ArticleNew Post: Losing transparency with CMYK
timpeters wrote: that it should? do most CMYK images contain an alpha channel? I'm more of a developer and not an true image guy so there are pieces that I miss. I don't think it should contain an...
View ArticleNew Post: Losing transparency with CMYK
Ah. I think I get it now. Thanks. You've been extremely helpful. Any idea as to when your next full release will be? No rush on my part. Your current release is working very well for us right now.
View Article