C# Class SixLabors.ImageSharp.MetadataExtensions

Extension methods for the ImageMetadata type.
Datei anzeigen Open project: SixLabors/ImageSharp

Public Methods

Method Description
GetBmpMetadata ( ImageMetadata metadata ) : BmpMetadata

Gets the bmp format specific metadata for the image.

GetJpegMetadata ( ImageMetadata metadata ) : JpegMetadata

Gets the jpeg format specific metadata for the image.

GetPngMetadata ( ImageMetadata metadata ) : PngMetadata

Gets the png format specific metadata for the image.

GetTgaMetadata ( ImageMetadata metadata ) : TgaMetadata

Gets the tga format specific metadata for the image.

GetTiffMetadata ( ImageFrameMetadata metadata ) : TiffFrameMetadata

Gets the tiff format specific metadata for the image frame.

GetTiffMetadata ( ImageMetadata metadata ) : TiffMetadata

Gets the tiff format specific metadata for the image.

Method Details

GetBmpMetadata() public static method

Gets the bmp format specific metadata for the image.
public static GetBmpMetadata ( ImageMetadata metadata ) : BmpMetadata
metadata ImageMetadata The metadata this method extends.
return BmpMetadata

GetJpegMetadata() public static method

Gets the jpeg format specific metadata for the image.
public static GetJpegMetadata ( ImageMetadata metadata ) : JpegMetadata
metadata ImageMetadata The metadata this method extends.
return JpegMetadata

GetPngMetadata() public static method

Gets the png format specific metadata for the image.
public static GetPngMetadata ( ImageMetadata metadata ) : PngMetadata
metadata ImageMetadata The metadata this method extends.
return PngMetadata

GetTgaMetadata() public static method

Gets the tga format specific metadata for the image.
public static GetTgaMetadata ( ImageMetadata metadata ) : TgaMetadata
metadata ImageMetadata The metadata this method extends.
return TgaMetadata

GetTiffMetadata() public static method

Gets the tiff format specific metadata for the image frame.
public static GetTiffMetadata ( ImageFrameMetadata metadata ) : TiffFrameMetadata
metadata ImageFrameMetadata The metadata this method extends.
return TiffFrameMetadata

GetTiffMetadata() public static method

Gets the tiff format specific metadata for the image.
public static GetTiffMetadata ( ImageMetadata metadata ) : TiffMetadata
metadata ImageMetadata The metadata this method extends.
return TiffMetadata