New Post: Do we need to install vs 2012 on server to use ImageMagick?
Did you reboot your server? And are you using the .NET 4.0 version of Magick.NET?
View ArticleNew Post: Do we need to install vs 2012 on server to use ImageMagick?
Yes, we are using .NET 4.0 version of Magick.NET. No, still we have not reboot server. Is it needed?
View ArticleNew Post: Do we need to install vs 2012 on server to use ImageMagick?
I don't know if it is necessary to reboot after your install 'Visual C++ Redistributable 2012 x86. The error message 'The specified module could not be found.' is an error that will be raised when the...
View ArticleNew Post: 1000+ Single Page JPEG encoded TIFF takes lot of memory and throws...
Can you add VB.NET after the '```' (Syntax Highlighting) and remove the tabs at the beginning? This will make it more readable for me.
View ArticleNew Post: New version will not open file
Your files are CMYK. The vector files don't have a background and the cmyk32 (8 bits per channel) output device does not have transparency so it makes the background white. If you want to add...
View ArticleNew Post: New version will not open file
Hi Dirk,I still get the same thing. The Porsche file comes out with a white background and the other two do not import at all. Do these work for you? I’m using the any cpu version 6.8.9.101 version...
View ArticleNew Post: 1000+ Single Page JPEG encoded TIFF takes lot of memory and throws...
Yes, i am using Latest version of MagickImage (i.e. Magick.NET-6.8.9.101-Q16-AnyCPU-net40-client.zip). ToBitmap() returns the error like i described in my initial thread. Also, i have tried writing the...
View ArticleNew Post: Clipping path difference
I'm trying to create a transparent pdf from a tif file with a clipping path.using (MagickImage image = new MagickImage(@"c:\test.tif")) { image.Alpha(AlphaOption.Transparent); image.Clip();...
View ArticleNew Post: 1000+ Single Page JPEG encoded TIFF takes lot of memory and throws...
I can run the following code without any problems. Are you sure your issue is not related to a specific image?using (MagickImage image = new MagickImage("logo:")) { image.CompressionMethod =...
View ArticleNew Post: Clipping path difference
This looks like a bug in ImageMagick. I think this should be the correct output: https://www.dropbox.com/sh/nm80nplm8obn75k/AACdQpt_vbb28xAFcu27cXOga. Can you confirm this?
View ArticleNew Post: Clipping path difference
I just submitted a patch to the SVN repository of ImageMagick. This problem will be fixed in the next release of Magick.NET. I contacted you trough Codeplex to ask you if you are interested in a...
View ArticleNew Post: Clipping path difference
Great!I would love to have a dev build, if it not too much hassle.I'm using Q16 x86 6.8.9.101 at the moment.Thanks,Erlend
View ArticleNew Post: 1000+ Single Page JPEG encoded TIFF takes lot of memory and throws...
No, This issue is not specific to any image. normal Multipage tiffs are working fine. Jpeg Encoded Single Page tiff images are only creating problems. We know that writing to file system is working...
View ArticleNew Post: 1000+ Single Page JPEG encoded TIFF takes lot of memory and throws...
Does my code raise an exception on your machine? You could use dropbox or contact me trough Codeplex so you can e-mail it to me directly.
View ArticleNew Post: 1000+ Single Page JPEG encoded TIFF takes lot of memory and throws...
Let me try out with your code in a sample application. here is the error screenshot image link :https://onedrive.live.com/?cid=D7BFA713A296D052&id=D7BFA713A296D052%21112&v=3
View ArticleNew Post: 1000+ Single Page JPEG encoded TIFF takes lot of memory and throws...
Your screenshot is not public.
View ArticleNew Post: 1000+ Single Page JPEG encoded TIFF takes lot of memory and throws...
Here you go.https://onedrive.live.com/?cid=d7bfa713a296d052&id=D7BFA713A296D052%21112&v=3&ithint=photo,.jpg&authkey=!ADZekBaYh3sdhyk
View ArticleNew Post: Do we need to install vs 2012 on server to use ImageMagick?
Thanks dlemstra. The above error is now fixed but imagemagick cannot save converted image to folder on server. It is working fine in my local. Please help me for get rid of this. Thanks in advanced.
View Article