New Post: Exception System.Web.HttpContextWrapper is not marked as serializable
Dirk, I've narrowed it down to ASP.NET projects with Glimpse installed. I created two ASP.NET projects, with and without Glimpse, and the error appears in the project with Glimpse, but the project...
View ArticleNew Post: Exception System.Web.HttpContextWrapper is not marked as serializable
Thanks for getting back to this topic, this info might help somebody else.
View ArticleNew Post: Difference between Scale, Resize en Thumbnail methods
Hi, I noticed that a MagickImage object has "Scale", "Resize" en "Thumbnail" methods. Maybe al silly question, but when would i use one over the other? I did some testing but it looked like they all...
View ArticleNew Post: Difference between Scale, Resize en Thumbnail methods
You can find a good explanation here: http://www.imagemagick.org/Usage/resize/
View ArticleNew Post: Difference between Scale, Resize en Thumbnail methods
Hi there, Thanks for taking the time to answer my question. Maybe it's because i'm an idiot, but the page you referenced confuses me because it's full of cross-links to terms i don't really understand....
View ArticleNew Post: Running Magick.Net in a threaded application
So I'm using a FileSystemWatcher to watch a folder for new images. When a new image comes in raised eventHandler will take the new file, check orientation, add a border, composite it with a background...
View ArticleNew Post: Running Magick.Net in a threaded application
It is most likely that you are trying to access a file that is still being written to. I use a FileInfo extension method that tries to access the file untill no security exceptions are raised anymore...
View ArticleNew Post: Difference between Scale, Resize en Thumbnail methods
I think that is a pretty good summary. But I don't think you ever want to enlarge an image unless you like the artistic effect of the artifacts.
View ArticleNew Post: Is MagickImage thread safe for reading?
Hello. I need to put watermark image on different images on the fly in multithreaded environment (asp.net website). Instead of loading MagickImage for watermark each time and use it in image.Composite...
View ArticleNew Post: vs2010 error
Sorry, i still did not resolve this problem, also throws an error ,'Could not load file or assembly 'Magick.NET-x86.DLL' or one of its dependencies. The specified module could not be found.' any other...
View ArticleNew Post: vs2010 error
i remember when i installed vs2012, "Visual C++ Redistributable for Visual Studio 2012 Update 4" was installed defaulty
View ArticleNew Post: vs2010 error
can you give me a way to testing whether i have installed Visual C++ Redistributable for Visual Studio. i am duzzled.
View ArticleNew Post: vs2010 error
You can see this in the 'Programs and Features' part of Windows. Visual Studio 2012 Redistributable (x86) should be in that list.
View ArticleNew Post: Is MagickImage thread safe for reading?
Reading from a MagickImage is thread safe. You can do the following without any problems:using (MagickImage watermark = new MagickImage(@"C:\watermark.png")) {...
View ArticleNew Post: Is MagickImage thread safe for reading?
Thank you! 19 марта 2015 г. 20:20 пользователь "dlemstra" <[email removed]> написал:From: dlemstraReading from a MagickImage is thread safe. You can do the following without any problems:using...
View ArticleNew Post: Composite with displacement map
From the ImageMagick command line I can do composition using following commands.composite displace_map.png image.png -displace 60x60 displace_out.png. This is working. But how can I convert the...
View ArticleNew Post: Composite with displacement map
I am getting different results in ImageMagick 6 and ImageMagick 7 (Magick.NET uses the latter). I will have to investigate this for you.
View ArticleNew Post: Composite with displacement map
The bug that I found was a command line issue only. I got the correct output image with Magick.NET. Can you explain in more detail (with some images maybe) the problem that you are experiencing?
View ArticleNew Post: Read Pdf image using Magick.NET-x86.dll, StackOverflow exception?
I am also getting the error "An unhandled exception of type 'System.StackOverflowException' occurred in Magick.NET-x86.dll", I am using Visual Studio 2010, my C# MVC project platform target is x86 and...
View ArticleNew Post: Multilayer psd, png with transparency displayed with errors/wrong...
Hi, sorry for giving feedback about this bug so late; I've found other scenarios where it happens. If i do not include the first image (xxx.png) the resulting psd file is 8bit grayscale and all looks...
View Article