New Post: Convert PDF to a set of PJPEG files
You should not write an jpeg and then open it to modify it, you will lose image information. With the following example I am able to create the page with a white background: MagickReadSettings settings...
View ArticleNew Post: Convert PDF to a set of PJPEG files
Tried your solution, but result image is not PJPEG.MagickReadSettings settings = new MagickReadSettings(); settings.Density = new MagickGeometry(144, 144); settings.ColorSpace = ColorSpace.sRGB; using...
View ArticleNew Post: Web Application Difficulties
Hi Team I am also facing the same problem of "Could not load file or assembly 'Magick.NET-x86.DLL' or one of its dependencies. The specified module could not be found". My system is of 32 bits. I have...
View ArticleNew Post: Web Application Difficulties
Did you install Visual C++ Redistributable for Visual Studio as described here: https://magick.codeplex.com/documentation? I will start working on the sample package for Magick.NET this weekend. I will...
View ArticleNew Post: Convert PDF to a set of PJPEG files
Irfanview (yes I still need to make MagickViewer) is reporting this image as a progressive jpeg: JPEG, progressive, quality: 80. And I don'tget a exif profile from the image, profile is null in the...
View ArticleNew Post: Web Application Difficulties
Hi dlemstra hope you are doing good! Thanks for your quick asssistance toward my issue. I have installed the vs c++ pack and its working. A small concern I am using below code to resize .gif file...
View ArticleNew Post: Web Application Difficulties
You are receiving that error message because you are trying to read from the same stream twice.// First time System.Drawing.Bitmap imgIn = new System.Drawing.Bitmap(stream); //Second time (Position is...
View ArticleNew Post: Web Application Difficulties
Thanks dlemstra. I had one more concern that I has asked before"And one more concern how to verify that if Visual C++ Redistributable for Visual Studio already installed on the system. Also after...
View ArticleNew Post: Web Application Difficulties
You can check if the Visual Studio C++ Redistributable for Visual Studio 2008 or 2012 is already installed from the Installed Programs under the control panel. I don't know if installing this can...
View ArticleNew Post: Web Application Difficulties
Hi dlemstra Thanks for quick assistance really appreciated. I have one more query can I have the thumbnails of the .gif images without losing its animation please. Because some of the image may be big...
View ArticleNew Post: Web Application Difficulties
Your link wants me install an executable and I don't really feel like doing that. You can contact me trough codeplex if you need more help.
View ArticleNew Post: Web Application Difficulties
Thanks Do let me know how can i contact you on codeplex as I dint find way to. . Also , Can I have the thumbnails of the .gif images without losing its animation please please.
View ArticleNew Post: Composite ImageMagick equivalent in Magick.NET
Hello, I try to port this command to Magick.NET : convert myimage.jpg -set colorspace RGB ( -clone 0 -fill #ff0000 -colorize 100% ) ( -clone 0 -colorspace gray -negate) -compose blend -define...
View ArticleNew Post: Composite ImageMagick equivalent in Magick.NET
At this moment it is not possible to set the 'compose:args=100,0'. I will have to submit a patch to ImageMagick to make this available in Magick++. The method you are looking for is img.Composite() but...
View ArticleNew Post: Composite ImageMagick equivalent in Magick.NET
Good news !!! Thanks a lot for your great job!
View ArticleNew Post: Composite ImageMagick equivalent in Magick.NET
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Imagemagick for Windows 8 Metro and Windows Phone
Can we use magick.net for windows 8 apps and windows phone 8 apps? Has anyone tried to do that? I am trying to make a simple photo editing app and I thought it would be great if imagemagick worked.
View ArticleNew Post: Imagemagick for Windows 8 Metro and Windows Phone
It looks like I have to compile the code with different options to get support for windows store apps. But I don't have windows 8 or a windows phone to test this. And it might not even be possible to...
View ArticleNew Post: Magick.Net Convert 10bit log dpx file to jpg
Hi Magick.Net: Magick.Net to convert 10bit log dpx file ,but is look like black,when set the gamma value 1.7,the black image is good,but some white is bad.I try to used...
View Article