New Post: Best fit label
However, it does not make any difference to specify width and height as parameters or not. There are still 600px vert. and 400px horiz. paddings.
View ArticleNew Post: Arabic Annotation in an Image - Disconnected Letters
Thanks a lot for the answer. It worked perfectly with me. Fill color also worked with me. Regards, Menhal
View ArticleNew Post: Set Image Resolution
I have hundreds of images that I need to print in a specific paper size (40 X 30 centimeters). For that, I need to resize the images. The image resize method in ASP.NET works by supplying it with...
View ArticleNew Post: Memory allocation failed
Hello, Several times I got the following error message: Thumbnailer failed with exception: 2BAB.exe: Memory allocation failed `e:\temp\QProcess\dffda8d0-dd21-49df-8a3b-132fb6df7088\logo_sds_max.gif' @...
View ArticleNew Post: Set Image Resolution
If you want to set the image resolution you should use the Density property of MagickImage. But it seems you already tried that. What do you mean by not getting any result?
View ArticleNew Post: Known Background
Trying to do exactly this with Magick.NET convert.exe overlay_figure.gif overlay_mask.png -alpha off -compose CopyOpacity -composite...
View ArticleNew Post: Known Background
It would have helped had I just searched a little first: https://magick.codeplex.com/discussions/571560 Sorry about that
View ArticleNew Post: .NET 2.0 builds?
Magick.NET 7.0.0.0011 was the last release to feature builds for .NET 2.0. I got all the code and tried to build it myself, but I get an error that it can't find c:\Microsoft.cpp.Default.props for the...
View ArticleNew Post: .NET 2.0 builds?
That release was the latest one that had a separate download for the .NET 2.0 release. I just placed the .NET 2.0 release in the same zip file as the 4.0 release.
View ArticleNew Post: Set Image Resolution
I used the following statement: image.Density = new PointD(300); The resolution of the original image was 180 dpi. However, the new image was 1 dpi only which makes no sense. Please advise. Regards,...
View ArticleNew Post: Memory allocation failed
This error is kind of strange but you are getting this exception because ImageMagick was unable to reduce the number of colors to 256. But I cannot reproduce the issue with your image. Are you using...
View ArticleNew Post: Set Image Resolution
What is the format of your output image and how do you know the density is only 1 dpi?
View ArticleNew Post: Set Image Resolution
Thank you for your follow up. Now, things started getting more clear to me. I have done more testing and I realized that there is no issue with Density property. Density property works fine and it sets...
View ArticleNew Post: Hard Mix question
I just committed a patch to the SVN repository of ImageMagick to fix this. This will be fixed in the next release of Magick.NET
View ArticleNew Post: Set Image Resolution
Can you add a link to the image you are using on something like dropbox or onedrive? If you don't want to publicly share your image then feel free to contact me through CodePlex. And I would advise you...
View ArticleNew Post: Detect best save format PNG or JPG
Is it possible to detect the best format to save the image as? Example: User uploads and image, this image could be in any support format. The image is resized and then saved. How to know if its best...
View ArticleNew Post: Detect best save format PNG or JPG
What are you planning to do with the image after the user has uploaded it?
View Article