New Post: Remove Background
I cannot reproduce your problem. I have recently made some changes to color class of Magick++ in IM7. I am suspecting this has fixed it. A block of memory was not 'zero-ed' and that can lead to...
View ArticleNew Post: Remove Background
Thanks again for the quick reply, and fix! I confirm the Dev version you sent me indeed fixes the issue, ColorFuzz now always applied. I'll be using this Dev DLL until your next release.
View ArticleNew Post: Need some help about crashes..
Hello, Any idea when the library produces such files as in the screenshot below? On one of my servers the same app I use across couple of PCs, is generating hell lot of such files and I can't find out...
View ArticleNew Post: Need some help about crashes..
Those files look like temporary files that are not cleaned up. Some operations create them or they get created when images don't fit in the memory. It is a bit suspicious that the file size is the...
View ArticleNew Post: Some questions on MagickFormat.Jpeg
Ok, thanks. In fact I misunderstood you. I didn't noticed the quotation-marks. Like so, it works. Thanks for fixing in a future release!
View ArticleNew Post: TIFF Correction (color space & bit depth)
I'm trying to write a function that will convert any TIFF into a set format acceptable by third party imaging software. The accepted formats are bitonal, 8-bit grayscale, and 24-bit RGB. In particular,...
View ArticleNew Post: Is Magick.NET just a wrapper or uses it native code?
I just went through our code and it turns out that it will use the first graphics card if it cannot write the performance measurement file. Can you try setting MagickNET.UseOpenCL to false at the...
View ArticleNew Post: Colorize and transparency
I was using an earlier version of Magick.net and just updated to the latest. Colorize in this version seems to work differently. Before it affected only the areas of the image that are not transparent,...
View ArticleNew Post: Colorize and transparency
This might be a bug, I will take a look at it this weekend.
View ArticleNew Post: CompositeOperator enum
I have been trying out Magick.Net this week and have found it very useful. I ran into a problem trying to do a command matching the following operation using the command line tools. convert infile.jpg...
View ArticleNew Post: CompositeOperator enum
The CopyOpacity has been renamed to CopyAlpha in ImageMagick 7. But that is probably not what you want. ImageMagick does some magic when the input image has no alpha channel and you compose with...
View ArticleNew Post: TIFF Correction (color space & bit depth)
The 'issue' is with this part:int depth = frames[0].BitDepth();This method actually calculates the bit depth instead of returning the value that was read. I have updated the IntelliSense help to...
View ArticleNew Post: Colorize and transparency
This is a bug in ImageMagick 7. It will be fixed in the next release of Magick.NET (7.0.0.0007).
View ArticleNew Post: TIFF Correction (color space & bit depth)
Unfortunately, the Depth property also has a value of 8.
View ArticleNew Post: TIFF Correction (color space & bit depth)
Can you post a sample image the I can use to reproduce the problem?
View ArticleNew Post: TIFF Correction (color space & bit depth)
Certainly. How does one attach a file to a post? I have my test images locally stored rather than anywhere that can be reached with a web URL.
View ArticleNew Post: TIFF Correction (color space & bit depth)
I use DropBox to share files. You can also contact me through CodePlex to send it by e-mail.
View ArticleNew Post: CompositeOperator enum
Thanks so much for the quick reply and thorough example. I will give that a try today.
View ArticleNew Post: CompositeOperator enum
Your suggestion worked perfectly - thank you. Just one thought - you might make a note somewhere on the main page about Magick.Net being built on version 7 of imagemagick. You do have the Magick.Net...
View Article