Sample1
Sample2
Note: It's really blank
instead of "Pdf", the results are:
MagickImageInfo.Format = "Ppm"
MagickImage.Format = "Png"
The preview generated is black, using:
MagickImage.ToBitmap( System.Drawing.Imaging.ImageFormat.Jpeg )
WAIT....
It seems the problem is with ImageMagick, as
identify.exe reports it as Png also.
Sample2
Note: It's really blank
instead of "Pdf", the results are:
MagickImageInfo.Format = "Ppm"
MagickImage.Format = "Png"
The preview generated is black, using:
MagickImage.ToBitmap( System.Drawing.Imaging.ImageFormat.Jpeg )
WAIT....
It seems the problem is with ImageMagick, as
identify.exe reports it as Png also.