New Post: Suppress TIFFReadDirectory Warning Messages
Its no trouble to help you :) And thanks for coming back to your topic :)
View ArticleNew Post: Invalid IHDR data
Hello, dlemstra. So do you have opportunity to test this issue?
View ArticleNew Post: Difference between MagickFormat.Jpeg and MagickFormat.Jpg
Is there any difference between the MagickFormat.Jpeg and MagickFormat.Jpg enumerator values?
View ArticleNew Post: Invalid IHDR data
I will take a look at it tonight. Haven't had time to work on this yet.
View ArticleNew Post: Difference between MagickFormat.Jpeg and MagickFormat.Jpg
They have different values so they are different. Why are you asking this? If you need to check if a MagickImage is a .jpg file you should use MagickFormat.Jpeg because that is the name of the internal...
View ArticleNew Post: Difference between MagickFormat.Jpeg and MagickFormat.Jpg
I need to know if an image is a jpeg file so I loaded the ImageInfo and was wondering what format I should check for since they both exist. I think a better XML doc could explain the difference because...
View ArticleNew Post: Difference between MagickFormat.Jpeg and MagickFormat.Jpg
Do you have a purposal for the change that I should make to the documentation to make it clear which format is the primary and which one is the secondary?
View ArticleNew Post: Difference between MagickFormat.Jpeg and MagickFormat.Jpg
for JPEG keep the comment Joint Photographic Experts Group JFIF format for jpg Maybe similar to internal format, use JPEG enumeration value for .jpg file type
View ArticleNew Post: Difference between MagickFormat.Jpeg and MagickFormat.Jpg
Thanks but I am not sure if that would be sufficient enough. I cannot do that for every format because sometimes the 'internal format' is not an internal format but a valid output format. For example...
View ArticleNew Post: create valid barcode image
Hello, I'm trying to create an image with a type 128C barcode using Magick.NET-7.0.0.0021-Q8-x86. Whatever I try, I can not get the barcode recognized by a barcode scaner or zbarimg although, to the...
View ArticleNew Post: create valid barcode image
Have you tried changing the output format to something else then JPEG? Does it work when you create the output with System.Drawing classes?
View ArticleNew Post: create valid barcode image
I have tried withbmpjpgpng please note bit depth is not 1 although I specifically set it; am I missing something?this is the font I've usedhere is the (correct) output of System.Drawing (cropped from...
View ArticleNew Post: Invalid IHDR data
I can reproduce your result. Are you able to visually check the output? I am wondering if the image is all black. It might be related to this issue:...
View ArticleNew Post: create valid barcode image
I have no experience with barcode scanners but maybe your scanner needs the image at a certain size? In other words does it work when you increase the font size? And you can use Magick.NET to create...
View ArticleNew Post: create valid barcode image
I've changed the font size to 72 and I noticed that there are some grey shades around some bars and I think this is the reason the code is not recognized (it looks exactly the same with the one that is...
View ArticleNew Post: create valid barcode image
Can you try setting the AntiAlias property of MagickImage to false and the ColorType property to BiLevel?
View ArticleNew Post: create valid barcode image
Allready did that: image.set_ColorType(ImageMagick.ColorType::Bilevel); image.set_ClassType(ImageMagick.ClassType::Pseudo); image.ChangeColorSpace(ImageMagick.ColorSpace::RGB);...
View ArticleNew Post: create valid barcode image
I've also tried image.set_Depth(1); but the bit depth doesn't change
View ArticleNew Post: create valid barcode image
I stumbled uppon this page about converting images to 1 bit the command that works is:$ convert magick:wizard -monochrome -colors 2 monochrome-colors-2.bmp $ identify monochrome-colors-2.bmp...
View ArticleNew Post: Invalid IHDR data
I had the issue with black images. But black images issue something like "floating bug". I couldn't catch situation to reproduce stable effect of bug. According that image. Here it is...
View Article