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 following example.
And I don'tget a exif profile from the image, profile is null in the following example.
using (MagickImage image = new MagickImage("29_6a Farmout Flyer April 2012.jpg")) { ExifProfile profile = image.GetExifProfile(); }