This documentation is for the old version. Go to the latest Graphics Mill docs

ExifDictionary.Thumbnail Field

The image thumbnail.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Remarks

When you pass this value into Item[Object], you get a Bitmap that contains the thumbnail stored in EXIF data. Almost all digital cameras include EXIF thumbnail into captured photos. This way of thumbnails from digital photos is much faster comparing to LoadThumbnail(String, Int32, Int32) method or Resize transform.

See Also

Reference