New Post: Magick.NET Any CPU Requirement/s
I have contacted the user from the topic 'https://magick.codeplex.com/discussions/564928' to ask if my suggestion worked yesterday. I have not received an answer yet but you could give it a try yourself.
View ArticleNew Post: Magick.NET on Azure?
Hi, I just wanted to give an update on this post. I was able to get Magick.Net to work on an Azure Cloud Service. I used Magick to convert multi-page PDF files files to several single page tiff...
View ArticleNew Post: Magick.NET on Azure?
Thanks for the update. You can also use the MagickReadSettings class and specify FrameCount and FrameIndex to only convert a set of pages. At this moment there is not a method that tells you the number...
View ArticleNew Post: Magick.NET - Problem with x64-dll
Hi, I am using Visual Studio Express 2013 Web to develop a web-application (MVC 4). I wanted to integrate Magick.NET (the 64-bit version) in C# but it doesn't work. I tested 2 days long and it's a very...
View ArticleNew Post: Magick.NET - Problem with x64-dll
According to the following post: http://stackoverflow.com/questions/1669850/high-quality-jpeg-compression-with-c-sharp#answer-17059958 there seems to be an issue when using Magick.NET x64 in VS2013's...
View ArticleNew Post: Cropping Tiff Images are not displaying correctly.
I am using Magick.NET to crop .tiff images. In the example below, I cropped it through the middle of the ending 'e'. When I let Windows do a preview on this, the windows preview is absolutely correct,...
View ArticleNew Post: Cropping Tiff Images are not displaying correctly.
Why are you setting the Page? Maybe this is confusing Photoshop?
View ArticleNew Post: Cropping Tiff Images are not displaying correctly.
I pulled that code from a prior discussion. I removed it, recompiled, and tried it again. No change.
View ArticleNew Post: Resize is not working properly
I am trying to resize (shrink) a .tiff image. The resize is not working properly. It's cropping the image, not resizing it. What is wrong with this code here? MagickImage NewImage = new...
View ArticleNew Post: Cropping Tiff Images are not displaying correctly.
I apologize, as it turned out, I had bad information from my user. It was not the crop that was causing problems, it was the resize. I am sorry about this, but they told me they were cropping it, and...
View ArticleNew Post: Resize is not working properly
Resize is working properly but it is not doing what you are expecting. This looks like a rounding error but it isn't. The following page has a great explanation:...
View ArticleNew Post: Resize is not working properly
Thank you for the reply. I had already tried that and it made no difference, but for purpose of discussion, I went back to it. I did walk through this in debug to be 100% sure it called every line with...
View ArticleNew Post: Resize is not working properly
The image is now 750x256 instead of 749x256 and the output looks normal to me? I don't understand what is wrong with the output image.
View ArticleNew Post: Converting MagicImageCollection to Base64 in parallel
I have a collection of images I need to convert to PNG, then to Base64. Iterating through the collection one at a time takes about a second per image for the conversion to string. I tried to use PLINQ...
View ArticleNew Post: Converting MagicImageCollection to Base64 in parallel
Are you using GraphicsMagick.NET or Magick.NET? Please use the other discussion board if you are using GraphicsMagick.NET next time. Parallelism can be used as long as you are not making changes to a...
View ArticleNew Post: Converting MagicImageCollection to Base64 in parallel
Sorry, I will use the correct board. This is where Google searches brought me. All I have available to me is the dll, so I do not know which method is throwing the error.
View ArticleNew Post: SVG to EMF
When I try to convert an SVG image to EMF image, I get the following error: w3wp.exe: no encode delegate for this image format `EMF' @ error/constitute.c/WriteImage/1151 What am I missing to make this...
View ArticleNew Post: SVG to EMF
You are receiving this error message because ImageMagick does not support creating EMF files. Only raster images are supported as output formats. The following page shows the supported output formats:...
View ArticleNew Post: Converting MagicImageCollection to Base64 in parallel
Can you post a stack-trace or link to a sample project/class that can be used to reproduce the error?
View Article