New Post: Do we need to install vs 2012 on server to use ImageMagick?
Which DLL I can use instead of AnyCPU ? Can you please tell us? We are using 64 bit operating systems. Thanks, Vimal
View ArticleNew Post: Do we need to install vs 2012 on server to use ImageMagick?
If your application pool is running in 64 bit mode you can use the x64 version of Magick.NET.
View ArticleNew Post: PDF to PNG conversion running slow
Okay, thanks a lot. Will wait for the next release!
View ArticleNew Post: How can I set memory option defaultly?
Hi, thanks. It really works when I change to x64 version component. I will wait for your next version.:-)
View ArticleNew Post: How can I set memory option defaultly?
I published Magick.NET 6.8.9.401 yesterday, you can find it here: https://magick.codeplex.com/releases
View ArticleNew Post: AnimationIterations issue
Hi, trying to create an animated gif however there's something weird (at least from what I can tell) going on. Can't get MagickImageCollection.Write to stream to work as it should, end result never...
View ArticleNew Post: AnimationIterations issue
Of course I notice it just after having posted the above. If I set format to gif on every frame it works. Shouldn't it be possible to set image format on write when writing collection to a stream? And...
View ArticleNew Post: AnimationIterations issue
I think you are correct and I will add an overload to the Write method that has Stream and MagickFormat as a parameter. I will also do this for MagickImage. You only need to set AnimationIterations on...
View ArticleNew Post: Resizing problem in TIFF to PNG conversion
I am trying to convert a .tif to a .png image and resizing it down to 1000 pixels wide. The original image is a scanned text document of 2480x 3507 and I use the resize command on it after reading it...
View ArticleNew Post: Resizing problem in TIFF to PNG conversion
What do you mean by 'missing pixels' and 'some pixels get destroyed', can you post an example (in something like dropbox) so I can see what you are trying to do? I don't know if it will fix it but you...
View ArticleNew Post: Resizing problem in TIFF to PNG conversion
The pixels sort of fade away when the image is shrinked. The more you shrink, the more it fades. Mine is a black and white document and part of the characters were faded and only white was left making...
View ArticleNew Post: Resizing problem in TIFF to PNG conversion
Please contact me trough Codeplex so I will get your e-mail and you can send me an example.
View ArticleNew Post: Resizing problem in TIFF to PNG conversion
I am sorry that I did not realize it earlier but you are using the ‘Sample’ method to resize and image. The Sample method is very quick but it works terrible for text. You should use the Resize method....
View ArticleNew Post: Cropping
Heya! I've been using a batch file for some simple cropping of a bunch of images into smaller chunks for a project and I recently decided to not use a batch file and use C# because it allows me to have...
View ArticleNew Post: Composite ImageMagick equivalent in Magick.NET
I downloaded last release and I tried to make it work for two days but no success :( Maybe I am missing something but I don't know how to compose 3 images using Magick.NET. Starting with Trax63 code :...
View ArticleNew Post: Composite ImageMagick equivalent in Magick.NET
You are missing a property that is not yet available in Magick.NET. I stepped trough ImageMagick in Visual Studio to figure out what is happening. And it looks like there is a bug in the OpenCL code. I...
View ArticleNew Post: Composite ImageMagick equivalent in Magick.NET
I though the bug was solved in the last released, I will wait for your reply :) As you could guess I'm a beginnner with ImageMagick, I am not using the '-set colorspace RGB' actually, the exact command...
View ArticleNew Post: Composite ImageMagick equivalent in Magick.NET
I am sorry for the misunderstanding and I will try to publish a new release this weekend. I had almost the same code as you just posted, the correct code will be this:// You don't need to clone the...
View ArticleNew Post: PCL to PNG Conversion error
Hi there, I am trying to convert a PCL file into a PNG (or any image format really). However I keep getting an "AccessViolationException" when I attempt to open my pcl file through Magick.NET. This is...
View ArticleNew Post: PCL to PNG Conversion error
Can you post a link to your file or is it confidential?
View Article