New Post: Magick.NET rewrite
The last couple of months I have been busy with a huge rewrite of the Magick.NET library. I switched from C++/CLI to P/Invoke and a lot of API changes have been made. This version is now available on...
View ArticleNew Post: tiff Rotate error
User got below error after rotating a tiff image by 90 degrees twice. All attempts to rotate third time to correct orientation would throw below error. This is not happening for all the images and we...
View ArticleNew Post: Image corruption issue
@dlemstra: Thank you for testing. Any idea when we might see that version?
View ArticleNew Post: tiff Rotate error
Do you have an input image that I can use to reproduce this? If it is not happening for all the images I would really need one image that I can use to reproduce the issue. Feel free to contact me...
View ArticleNew Post: Image corruption issue
I hope to publish this new release sometime this week / weekend. It is quite a big change. You can find some more information about the new version here: https://magick.codeplex.com/discussions/650746.
View ArticleNew Post: Magick.NET rewrite
I have tested this dev build and I'm very happy to report that it has resolved the issues I reported in [discussion:650379]. I'm excitedly awaiting the release of this version!
View ArticleNew Post: Image corruption issue
x-post: I have tested the dev build referenced above and I'm very happy to report that it has resolved the issues I reported. I'm excitedly awaiting the release of this version!
View ArticleNew Post: The C++ module failed to load while attempting to initialize the...
Hi, I have uploaded web app to new server including Magick.NET-7.0.0.0022-Q16-x64 - net40-client (Magick.NET.Core , Magick.NET.Wrapper-x64 , Magick.NET-x64) . but it is giving error on server : Could...
View ArticleNew Post: The C++ module failed to load while attempting to initialize the...
Did you install the C++ Redistributable?
View ArticleNew Post: The C++ module failed to load while attempting to initialize the...
Hi, Yes it is installed on server.. When I include wrapper on server, then it does not allow application to run even. Gives yellow screen error : Could not load file or assembly...
View ArticleNew Post: The C++ module failed to load while attempting to initialize the...
That does sound like a C++ Redistributable error. Can you try it with the latest version of Magick.NET? Version 7.0.0.0101 no longer requires the C++ Redistributable.
View ArticleNew Post: The C++ module failed to load while attempting to initialize the...
Thank you for the update but I am not able to add refrence of native.dll getting following error : A reference to...
View ArticleNew Post: The C++ module failed to load while attempting to initialize the...
You are not able to add a reference to that dll because you shouldn't :) Its a native library that is executed from the Magick.NET library. You only need to make sure that it is in your 'bin' folder.
View ArticleNew Post: The C++ module failed to load while attempting to initialize the...
Hey thanks a ton. I used AnyCpu and now it is working like a charm... Thanks a lot :)
View ArticleNew Post: MagickImage.Depth
Setting MagickImage.Depth before writing a image seems to have no effect at all. I've tried reduce to 4 bits per color, but final save repeats original image depth.
View ArticleNew Post: MagickImage.Depth
Not all formats support a depth setting. What is your input format and what is your output format.
View ArticleNew Post: LOSSLES IMAGE COMPRESSION
Hi, I have problem with ImageOptimizer. I'm doing almost the same process here but I get this error: An unhandled exception of type 'System.TypeInitializationException' occurred in...
View ArticleNew Post: LOSSLES IMAGE COMPRESSION
Are you using the latest version of Magick.NET? I am guessing that you are using the AnyCPU build? Can you post the exception that is being raised?
View ArticleNew Post: Monitoring progress for effects
Hello, I want to monitor progress for image write opération. I open a psd file that is quite huge (250Mo) et try to write it in png. It takes several minutes so I want to feedback the write progress to...
View ArticleNew Post: Monitoring progress for effects
I am not sure if all image formats report progress when the file is being written. Have you checked what happens when you attach the event right before you write it? With the help of the 'Origin'...
View Article