New Post: Do not jp2 16bit Gray Scale conversion.
How are you checking that your jp2 file has more then 1 channel?
View ArticleNew Post: Do not jp2 16bit Gray Scale conversion.
I opened the jp2 files created in Photoshop. So, it was confirmed that the RGB channels that contain the files generated by the jp2 Magick.net. I intend that this was not GrayScale 1-channel image file.
View ArticleNew Post: HPGL Support
Hi, I just ran across this today and have doing a lot of playing and am very impressed. I have a need to be able to preview HPGL/PLT plot files. Only need to read them and I read on the ImageMagick...
View ArticleNew Post: GetValues() question
I have the following code using Magick.NET-7.0.0.0018-Q16 (or .0017)MagickImage img_src = new MagickImage(new MagickColor(32768, 16384, 1024), 3, 3); PixelCollection pc = img_src.GetReadOnlyPixels();...
View ArticleNew Post: PDFDelegateFailed - Unknown device: pamcmyk32
I'm trying to convert a PDF to TIFF but I get the following exception when I try to read the PDF file:An unhandled exception of type 'ImageMagick.MagickDelegateErrorException' occurred in...
View ArticleNew Post: HPGL Support
It doesn't require a plugin but an executable. This executable is called 'hp2xx.exe' and should be placed in a directory that is in your %PATH%. You could also specify the location inside the...
View ArticleNew Post: Do not jp2 16bit Gray Scale conversion.
I can confirm this is a bug in ImageMagick/Magick.NET I just pushed a patch to the GIT repository of ImageMagick to fix this. The next release of Magick.NET will include this fix.
View ArticleNew Post: PDFDelegateFailed - Unknown device: pamcmyk32
Adding the lineMagickNET.SetGhostscriptDirectory("C:\\Program Files (x86)\\ghostscript\\gs8.71\\bin"); solved the problem.
View ArticleNew Post: PDFDelegateFailed - Unknown device: pamcmyk32
It found '[ghostscript library 8.61]' instead of 8.71 (first part of the exception). It seems you also have 8.61 installed but probably with a different architecture then your 8.71 version. Magick.NET...
View ArticleNew Post: PDFDelegateFailed - Unknown device: pamcmyk32
Yes, I noticed the reference to 8.61. That's why I thought of setting the directory explicitely. It seems to be part of another software package on my machine. Thanks.
View ArticleNew Post: Combine layers
Hi, I have one image that is a car. I need to apply to this image a layer: trasparent for a percentual and trasparent dark gray to other part. When I try to combine, it's work but the color are...
View ArticleNew Post: HPGL Support
That worked great! Thank you for a quick reply with an easy solution. I do have another one though, CGM. The link on the noted site is dead and doesn't allow a download. The needed file (whatever it...
View ArticleNew Post: HPGL Support
You can find that portable zip file here: http://www.imagemagick.org/script/binary-releases.php and it does include the hp2xx.exe file.
View ArticleNew Post: HPGL Support
I got the hp2xx.exe file and it works great with hpgl/plt, but there is another one referenced for use with CGM. I was going to post the link it shows, but for some reason can't get to the...
View ArticleNew Post: HPGL Support
This is the provided link, but most of the links on the site are dead, no where to get a windows version that I could find that worked...http://www.agocg.ac.uk/train/cgm/ralcgm.htm
View ArticleNew Post: HPGL Support
I was misunderstanding your post. I thought we were still talking about HPGL. If we can track down the source code of ralcgm we could probably include it in ImageMagick. Have you found the source code...
View ArticleNew Post: GetValues() question
It seems you found a bug. I just pushed a patch to fix this, it also includes a unit test to make sure it stays fixed.
View ArticleNew Post: Read PDF - 4 times the number of pages in collection
Hello everyone, My aim is to convert PDF documents to Jpeg files. Simple for now. My Csharp application reads the PDF file and saves a jpg version using Magick.NET (I use version 7 of Magick.NET...
View ArticleNew Post: Read PDF - 4 times the number of pages in collection
I have never heard about this issue. Is it possible to share one of the PDF files that has this issue? Feel free to contact me through CodePlex if you don't want to publicly share your file. And which...
View Article