New Post: Choose which GPU is used for OpenCL
Looks like I spoke too. Accessing the OpenCL object in 7.0.2.600 keeps the process alive even after exiting. If it helps, here are the Event Log details:Fault bucket 120529672833, type 4 Event Name:...
View ArticleNew Post: Sample Resize Operation Not Maintaining Aspect
I can confirm this is a bug in the current version of Magick.NET. I just pushed a patch to make sure this is resolved in the next version.
View ArticleNew Post: Choose which GPU is used for OpenCL
It looks like your OpenCL library crashes. Can you upgrade your videocard driver to the latest version and see if that resolves your issue? This could also be a bug in the ImageMagick OpenCL code. Can...
View ArticleNew Post: Google Engineer thoughts on ImageMagick
Hey Dirk, one of the hardcore google engineer have pointed out multiple bugs in ImageMagick library along with multiple links which gives more...
View ArticleNew Post: Choose which GPU is used for OpenCL
So turns out it was a strange driver conflict. I was not using the integrated Intel HD Graphics and both my monitors were running on the main nVidia GPU board. The OpenCL class would detect the CPU and...
View ArticleNew Post: Google Engineer thoughts on ImageMagick
Some of those bugs were in Magick.NET but I build it with the latest source of ImageMagick frequently. Those bugs have already been fixed in ImageMagick (I actually fixed some of them) and have been...
View ArticleNew Post: Is it possible to detect image outline and draw line
Hello, I am curious to know if MagickNET can detect a given image outline and draw border that can be in any shape/free style?
View ArticleNew Post: Pango Caption Bugs with Escaping and Long Text
I'm seeing some really inconsistent behavior with Magick.NET and Pango image captioning. One deals with encoding special characters when using Pango. In this example, "<>" has already been HTML...
View ArticleNew Post: Is it possible to detect image outline and draw line
I don't think that is possible with ImageMagick/Magick.NET but you might want to also as ask this to the experts here: https://www.imagemagick.org/discourse-server/index.php
View ArticleNew Post: Pango Caption Bugs with Escaping and Long Text
Thanks for providing me with such a great example program. Those exceptions are being raised by the Pango library. I have no idea why it is failing. I will need to take a deeper look at the Pango to...
View ArticleNew Post: All ImageMagick commands take a long time
Hello, i will resize my images with ImageMagick. in my c# (vs 2010) projekt have a link to "Magick.NET-Q8-x64.dll" and my using is: using IM = ImageMagick; my c# code is: using (IM.MagickImage resized...
View ArticleNew Post: All ImageMagick commands take a long time
Can you share the whole log on something like dropbox? What is the size of your input image? It might be swapping out to disk if it too big. And what do you mean by 'for any search'? p.s. Enabling...
View ArticleNew Post: All ImageMagick commands take a long time
thank you ... (sorry for my bad english)here is this log / trace:Log in DropBoxAnd other question is ...what searches ImageMagick? IM-Debug: 2016-08-13T13:20:00+02:00 0:00.950 0.953u 7.0.2 Configure :...
View ArticleNew Post: EXIF Information with description?
Hello, some EXIF info I choice using ImageMagick, showing only an ID instead of a description. Is there a way to display the description. Here are some examples of ImageMagick and EXIF...
View ArticleNew Post: EXIF Information with description?
Getting a description is currently not available in Magick.NET. Creating this is not impossible but will take a lot of work. There is a great list with descriptions here:...
View ArticleNew Post: EXIF Information with description?
I have decided to use a different approach. The ExifTag enum can now have descriptions. I added this for one value: [ExifTagDescription((ushort)1, "None")] [ExifTagDescription((ushort)2, "Inches")]...
View ArticleNew Post: EXIF Information with description?
ok, thanks - I can do anything to you to help?
View ArticleNew Post: EXIF Information with description?
The ExifTagDescription will need to be added to a lot more exif tags. You could make the changes to ExifTag.cs and send me a pull request if you are familiar with GIT
View ArticleNew Post: All ImageMagick commands take a long time
I found and fixed the bug with the incorrect path. Can you try if your issues is resolved with the latest development build? You can find that package on the following NuGet feed:...
View Article