New Post: Image Magick resize on server side taking 3 minutes to process to...
Thank you very much... i tried to run the test in my pc but i got errors so i moved the blur method in my code and tried .... normal and parallel.For both took 43s to process image to diff sizes on my...
View ArticleNew Post: Poor quality with Resize-method of Magick.NET
I was wondering if the Resize-method of Magick.NET is the same as the command-line version "convert.exe" of ImageMagick? I compared the results and stated a very poor quality with Magick.NET when...
View ArticleNew Post: Poor quality with Resize-method of Magick.NET
The Resize method in Magick.NET is the same as the -resize option of convert.exe. But you are probably using the ImageMagick 6 version of convert.exe. Magick.NET uses the new version 7 library of...
View ArticleNew Post: Crop An Image Into A Circle
dlemstra wrote: The xc:none is an alias for a file name. I haven't tested this but it should be something like this: MagickReadSettings settings = new MagickReadSettings(); settings.Width = 200;...
View ArticleNew Post: Poor quality with Resize-method of Magick.NET
You are correct. I am using the following version im convert.exe (output of 'convert.exe --version')Version: ImageMagick 6.8.9-6 Q8 x64 2014-07-22 http://www.imagemagick.org Copyright: Copyright (C)...
View ArticleNew Post: Poor quality with Resize-method of Magick.NET
Can you post an image and a small code example in something like dropbox so I can reproduce the problem?
View ArticleNew Post: Persist Custom properties from PDF to Image using Magick
Magick.NET-Q16-AnyCPU 7.0.0.0004 I am trying to persist custom properties from PDF to PNG, but When I open the PNG-->Properties-->Details. I do not see the custom information. I need to persist...
View ArticleNew Post: Persist Custom properties from PDF to Image using Magick
Can you post your PDF on something like DropBox? Feel free to contact me if you don't want to publicly share the PDF file.
View ArticleNew Post: Couple of Questions regarding Magick.NET Q16 Vs Q8 Version
Thanks for your detailed descriptions. Its really helpful. It would be good if we can do anything about the Memory Consumption in Q16 version. ??
View ArticleNew Post: Couple of Questions regarding Magick.NET Q16 Vs Q8 Version
Are you asking if the memory consumption can be reduced in the Q16 version? The only way to reduce the memory consumption is by using smaller images. An image that is 100x100 takes a lot less memory...
View ArticleNew Post: Poor quality with Resize-method of Magick.NET
Of course, here you go: TEXT There are 4 files in zip-archiveThe original file that has to be resizedthe resized file from convert.exethe resized file from dll 7.0.0.0004 the resized file from dll...
View ArticleNew Post: Poor quality with Resize-method of Magick.NET
I can confirm this is a bug in ImageMagick 7, thank you for the detailed information on how to reproduce the issue. We recently made some fixes for transparency in IM7 and it seems we also fixed this...
View ArticleNew Post: Setting options to images in Magick .NET collection
I'm trying to reduce the file sizes of the GIF animations I'm exporting, I've read up on how to do it. Another thread suggested to reduce the quality, add compression and slightly blur the picture...
View ArticleNew Post: Pixel Cache
I'm getting an error when trying to convert an SVG to a PNG or JPG. I'm getting this error: Permission denied @ error/cache.c/OpenPixelCache/3533 I'm sure what I'm doing wrong - anybody else run into...
View ArticleNew Post: Pixel Cache
about as bare bones as you can get.... // Read SVG image from file using (MagickImage image = new MagickImage(sourceName.Value.ToString())) { image.Format =...
View ArticleNew Post: Pixel Cache
Are you using the latest version? And do you have this problem with every SVG file or a only with a specific file? Edit: After taking a look at the ImageMagick code it seems like it cannot open pixel...
View ArticleNew Post: Visual Studio 2005
You can use Magick.NET with Visual Studio 2005. You will need to download the .NET 2.0 version and install the Visual C++ Redistributable for Visual Studio 2008.
View Article