Class IExifProfileExtensions
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q8-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.
public static IMagickImage<byte>? CreateThumbnail(this IExifProfile self)
Parameters
self
IExifProfileThe exif profile.
Returns
- IMagickImage<byte>
The thumbnail in the exif profile when available.