New Post: Combine layers
Your images seem to be gone. Can you fix the link or share them with something like dropbox?
View ArticleNew Post: HPGL Support
I found the source for ralgcm here: http://freeware.nekochan.net/source/ralcgm/ but this cannot be used due to licensing issues. But good news! I did not check the delegates.xml file before and just...
View ArticleNew Post: Read PDF - 4 times the number of pages in collection
Just sent it to you via PM. I have tried running a image magick command line convert on the problematic files, but it converted the right number of them though. That's odd
View ArticleNew Post: Read PDF - 4 times the number of pages in collection
Forgot to mention the following running versions: Ghostscript 9.16 ImageMagick 6.9.1 Magick.NET 7
View ArticleNew Post: Composite Multiply Gray Scaled Images
Hi, I tried out the latest version 7.0.0.18, but still has the same issues in various places. i.e. If I doconvert.exe 1.jpg -colorspace HSB -channel B -separate +channel -solarize 50% 2.jpg...
View ArticleNew Post: Read PDF - 4 times the number of pages in collection
Ok so i resolved the issue by referencing the AnyCpu version of Magick.NET It seems that the 64 version has some issues with Windows Server 2012
View ArticleNew Post: Read PDF - 4 times the number of pages in collection
Did you also install a 64-bit version of Ghostscript? It might be picking another version of Ghostscript when you run it inside a 64-bit application pool.
View ArticleNew Post: Composite Multiply Gray Scaled Images
I will look into both issues this weekend. I already added an extra overload to Solarize to accept a Percentage. This will be available in the next release of Magick.NET.
View ArticleNew Post: HPGL Support
You're awesome dude! Thanks, I'll give it a shot. I've been a full time programmer now for over 30 years and I know well written code when I see it.
View ArticleNew Post: HPGL Support
Please let me know if you manage to get it working. I will also add this to the documentation then.
View ArticleNew Post: HPGL Support
I've ran some quick tests and not having any luck with CGM at this point, but it does work with DXF.
View ArticleNew Post: Composite Multiply Gray Scaled Images
Both problems have been resolved. It turns out that my unit test was incorrect and did not detect the change that broke the code again.... After the test was fixed it failed. But after my change to...
View ArticleNew Post: HPGL Support
It is executing the same command for both file formats:<delegate decode="cgm" command="cmd.exe /c ("uniconvertor" "%i" "%o.svg") & (move...
View ArticleNew Post: HPGL Support
I completely fails on the command line with a not being able to load the CGM Library error, but works fine with every other file type. Can't find anything in the docs or what code I have looked at so...
View ArticleNew Post: Composite Multiply Gray Scaled Images
Tested the latest release and got the correct results! Thanks! I seem to find another bug in AutoLevel, which produce different result from ImageMagick's command line -auto-level. I could use image's...
View ArticleNew Post: Composite Multiply Gray Scaled Images
Can you post an example of the command line and the code that you are using in Magick.NET?
View ArticleNew Post: Composite Multiply Gray Scaled Images
I tried the following:convert 1.jpg -auto-level output.jpg vs.using (var image = new ImageMagick.MagickImage("1.jpg")) { image.AutoLevel(); image.Write("output.jpg"); } vs.using (var image = new...
View ArticleNew Post: Composite Multiply Gray Scaled Images
Another thing I tried today that I quite can't get around. I tried compositing images with ColorDodge, but can't get the right results. I'm wondering if it's the alpha channel that messes it up.convert...
View ArticleNew Post: Composite Multiply Gray Scaled Images
I can confirm that your problem with ColorDoge is a bug in ImageMagick 7. I just pushed a patch to our GIT repository to fix this. I will get back to you on the AutoLevel method later. I know what is...
View ArticleNew Post: HPGL Support
I found an installer for 'RALCGM' here: http://technologytales.com/2009/11/24/converting-from-cgm-to-postscript/. No idea if it is legit but you could give it a try if you dare :P. You do need to...
View Article