Class IExifProfileExtensions
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Extension methods for the ImageMagick.IExifProfile interface.
public static class IExifProfileExtensions
- Inheritance
-
IExifProfileExtensions
- Inherited Members
Methods
CreateThumbnail(IExifProfile)
Returns the thumbnail in the exif profile when available.
[Obsolete("This method will be no longer be available for netstandard20 in the next major release.")]
public static IMagickImage<ushort>? CreateThumbnail(this IExifProfile self)
Parameters
self
IExifProfileThe exif profile.
Returns
- IMagickImage<ushort>
The thumbnail in the exif profile when available.