New Post: Suppress TIFFReadDirectory Warning Messages
You should not get an exception in 7.0.0.0011. Can you upgrade to the most recent version and see if you still get that warning?
View ArticleNew Post: Can not load the file 'Magick.NET.Wrapper-x86.DLL'
I am experiencing the same issue on a client machine. It works fine on my local machine because I have the redistributable installed. However I don't have that option on my target machines. Is it...
View ArticleNew Post: Suppress TIFFReadDirectory Warning Messages
Ok, i will test it with the current version...
View ArticleNew Post: ImageMagick.NET – appears to have Failed to load embedded x64...
I suspect the x64 assembly is failing to load. Actually, the error I am seeing is in the Event Viewer: Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled...
View ArticleNew Post: ImageMagick.NET – appears to have Failed to load embedded x64...
Have you tried setting the MagickAnyCPU.CacheDirectory on your production server as described in the documentation?
View ArticleNew Post: Can not load the file 'Magick.NET.Wrapper-x86.DLL'
Can't you bundle the C++ redistributable with your installer? Thats what I do in the ClickOnce configuration for MagickViewer.
View ArticleNew Post: Can not load the file 'Magick.NET.Wrapper-x86.DLL'
Wouldn't this require user interaction and administrative rights? I use ClickOnce as well, though I haven't yet learned how to setup prerequisites. If I'm wrong, then great! However, it is an design...
View ArticleNew Post: ImageMagick.NET – appears to have Failed to load embedded x64...
Yes, this is required. I thought I tried it before and it didn't work. Anyway it is working perfectly now after tying again. Thanks for your help. Great Library - 5 star review just posted.
View ArticleNew Post: Detect compression method with MagickImageInfo
We have a "fixing" process that sanitizes images for our purposes and we use MagickImageInfo to determine whether a fix is necessary since it's fast. An image was sent to us that uses run length...
View ArticleNew Post: Can not load the file 'Magick.NET.Wrapper-x86.DLL'
I think you need administrative rights for this. Maybe your executable could check the registry and see if it is installed (simple example:...
View ArticleNew Post: Can not load the file 'Magick.NET.Wrapper-x86.DLL'
Unfortunately its a zero tolerance policy. I think its likely switching to 2008 would fix the issue however since I would be able to locate the files and could easily do an app-local deployment. I'll...
View ArticleNew Post: Detect compression method with MagickImageInfo
You can use the Ping method of MagickImage to read only the basic information of an image. This is kind of what the MagickImageInfo class does. I will add a Compression property to the MagickImageInfo...
View ArticleNew Post: Detect compression method with MagickImageInfo
If MagickImageInfo can determine the Compression without loading the entire image, that will solve the issue. Then I will be able to know that this image should be processed further. These images come...
View ArticleNew Post: Detect compression method with MagickImageInfo
I am sorry but I think I have not explained it clearly enough. What I meant is that the compression is not set to RLE at any point when reading or pinging the JPEG image. An other option could be...
View ArticleNew Post: Detect compression method with MagickImageInfo
Ok - more investigation confirms your suspicion. The image is large on disk and GDI+ is unable to open it (OOM exception), although the size is a reasonable 4000x6000. When I save over the image using...
View ArticleNew Post: Detect compression method with MagickImageInfo
Could you contact me through CodePlex with a link to the original image and the one saved in irfanview? Are you still trying to automate the 'fixing' of images that cannot be handled by your third...
View ArticleNew Post: Suppress TIFFReadDirectory Warning Messages
So, now i have tested it with the currend version, and i still get this warning popup....
View ArticleNew Post: Suppress TIFFReadDirectory Warning Messages
Are you sure this is a warning and not an error? What is the type of the exception that is being raised?
View ArticleNew Post: Suppress TIFFReadDirectory Warning Messages
ohhh... sorry... now i have had a look closer and what should i say... it is my fault... the message are from my j2c encoder, not from magick.net :) sorry for the trouble
View Article