New Post: Magick.NET-7.0.0.0009-Q16-x64-net40-client Freezing System
LOL! - Nope I just Fed-Ex'd a large brief case full of cash! ;-)
View ArticleNew Post: Fred's ImageMagick Scripts
I have asked Fred for a collaboration and he granted me permission to start a .NET project that will be licensed under the same conditions as his scripts. It might take a while before I will start with...
View ArticleNew Post: ImageMagick.NET - Failed to load embedded x64 assembly
Hi, Some users got similar error so I have added this right after Initialization:If (IsDirectoryWritable(Path.GetTempPath())) MagickAnyCPU.CacheDirectory=Path.GetTempPath(); else { string exepath =...
View ArticleNew Post: BPP
Would you mind explaining how you came to that conclusion so I can investigate it myself please? Thanks, Darren
View ArticleNew Post: BPP
I stepped through the code of ImageMagick where the tiff coder loads the colormap (TIFFTAG_COLORMAP). The colormap contains values higher then 255 which makes this images 16*3 (RGB) bit.
View ArticleNew Post: ImageMagick.NET - Failed to load embedded x64 assembly
Did you install the Visual C++ Redistributable for Visual Studio 2012?
View ArticleNew Post: ImageMagick.NET - Failed to load embedded x64 assembly
My program would not work without it so I believe those users have it installed already.
View ArticleNew Post: ImageMagick.NET - Failed to load embedded x64 assembly
Believe or know? And what do you mean by 'Initialization'? Are you calling any Magick.NET methods before the code where you set 'MagickAnyCPU.CacheDirectory'? This should be the first thing you do when...
View ArticleNew Post: ImageMagick.NET - Failed to load embedded x64 assembly
I don't know but I am pretty sure from some reports. I will try to contact some of those users. That piece of code is right after window's InitializeComponent(); and before any Magick.NET methods....
View ArticleNew Post: ImageMagick.NET - Failed to load embedded x64 assembly
They probably need to reboot their machine after they installed the Visual C++ Redistributable for Visual Studio 2012. Can you ask them to do that? And since you are using the AnyCPU version your users...
View ArticleNew Post: Fred's ImageMagick Scripts
That will be fantastic. Looking forward to following it along.
View ArticleNew Post: ImageMagick.NET - Failed to load embedded x64 assembly
I got in touch with one user, the only one out of 10 who submitted crash report including his email address. He reinstalled both redistributables, restarted computer, ran as administrator and still...
View ArticleNew Post: ImageMagick.NET - Failed to load embedded x64 assembly
Please disregard until further notice. I have tested this on two old laptops and it worked after reinstalling redistributables. I have now pushed the update that will not even allow running program if...
View ArticleNew Post: ImageMagick.NET - Failed to load embedded x64 assembly
I'm getting this same error on my Windows 7 (32bit) machine, and it was compiled on Windows 8 (64), but I have the AnyCPU dll. I installed / updated the C++ Redistributable... Here's the error:...
View ArticleNew Post: ImageMagick.NET - Failed to load embedded x64 assembly
When you receive the message 'The specified module could not be found.' it most likely means it cannot find the C++ Redistributable. But your error is confusing me because you say you are on a 32bit...
View ArticleNew Post: Merge huge images into one.
Thanks. You are right. One more question. There is need much space for merging so huge files. How can I change drive for caching/tempfiles?
View ArticleNew Post: Merge huge images into one.
You can set the temp folder with MagickNET.SetTempDirectory.
View ArticleNew Post: Merge huge images into one.
Thanks for help. And so fast response. P.S. I took Mosaic method from sapmle(merge images) in Documentation branch ;)
View ArticleNew Post: Overlay with partial alpha
I'm trying to do a simple overlay of an image with partial opacity on top of another image which is fully opaque. The problem is, the resulting image, instead of being fully opaque has partial opacity...
View ArticleNew Post: Overlay with partial alpha
There have been some transparency bugs in IM7. Can you first upgrade to the latest version and see if that fixes your issue? If that doesn't fix it please post a link to the images you are using.
View Article