New Post: Do not jp2 16bit Gray Scale conversion.
Thanks for the quick fix. This problem has been fixed in version Magick.NET 7.0.0.0019.
View ArticleNew Post: Composite Multiply Gray Scaled Images
Thanks for the quick response. I assume the next build of Magick.NET will come with the ColorDodge fix? Since I can use the work around for AutoLevel, I can replace it for now. By the way, is...
View ArticleNew Post: Composite Multiply Gray Scaled Images
The next version will include that fix. The InverseLevel function is missing because it is kind of hidden in the C API. I will make sure to add this before the next release.
View ArticleNew Post: Composite Multiply Gray Scaled Images
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Memory leak in MagickImage.Read
For anyone else who stumbles on this thread, Dirk tracked down the leak and as of version 7.0.0.0019 my issue has been resolved.
View ArticleNew Post: Combine layers
I resolve it. The problem is input image format. Using png it's work fine. Thanks
View ArticleNew Post: Read() function occasionally locking up for 10+ seconds when...
So I am continuously grabbing jpeg images from a camera with a command such as follows: MagickImageCamera.Read("http://207.251.86.238/cctv18.jpg") (note this is an actual public camera I found on the...
View ArticleNew Post: Read() function occasionally locking up for 10+ seconds when...
ImageMagick uses the method URLDownloadToFile(https://msdn.microsoft.com/en-us/library/ms775123(v=vs.85).aspx) to download the image to disk and then reads it. I did a quick google search and it looks...
View ArticleNew Post: Read() function occasionally locking up for 10+ seconds when...
Thanks, I took your suggestion and are feeding a Stream to Magick.Net. All is working good. In addition, while before the code was pushing the use of 200mb of memory, now it is topping out at around 50...
View ArticleNew Post: Large Image Resize failing. Leaving bottom grey.
Using ImageMagick.Net-AnyCPU Version 7 When I'm trying to resize a large image something 3744 x 5616 for example 300dpi and 24 bit depth with the following code I get a resized image with only 3/4 of...
View ArticleNew Post: Large Image Resize failing. Leaving bottom grey.
Looks like it is in loading of the image and not the resize or repage. If I just bring in the image with MagickImage img = new MagickImage(fileStream); Then write it with using (var memStream = new...
View ArticleNew Post: Large Image Resize failing. Leaving bottom grey.
Here's the debug MagickNET_log that is generated 2015-09-30T11:07:27-06:00 1228:13.685 286.031u 7.0.0 Cache iisexpress.exe[9960]: cache.c/DestroyPixelCache/875/Cache destroy
View ArticleNew Post: Large Image Resize failing. Leaving bottom grey.
Is it possible that the error is occurring inside the FileAccessBL class?
View ArticleNew Post: HPGL Support
Where you able to use that executable and did you get it to work?
View ArticleNew Post: Can not load the file 'Magick.NET.Wrapper-x86.DLL'
That looks good. Which version of the redistributable did you install, the VS2012 version? And did you reboot your machine after the installation?
View ArticleNew Post: Can not load the file 'Magick.NET.Wrapper-x86.DLL'
yes, the vs2012 (both x86 and x64). but i'm using visual studio 2010 with 4.0 framework. no reboot.
View ArticleNew Post: Can not load the file 'Magick.NET.Wrapper-x86.DLL'
A reboot might do wonders... :)
View ArticleNew Post: Can not load the file 'Magick.NET.Wrapper-x86.DLL'
same error after reboot. :(
View ArticleNew Post: Can not load the file 'Magick.NET.Wrapper-x86.DLL'
Just to be clear.. you are no longer using the dev build? And you are now using the .NET 4.0 version of Magick.NET?
View Article