C# 클래스 SixLabors.ImageSharp.MetadataExtensions

Extension methods for the ImageMetadata type.
파일 보기 프로젝트 열기: SixLabors/ImageSharp

공개 메소드들

메소드 설명
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.

메소드 상세

GetBmpMetadata() 공개 정적인 메소드

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

GetJpegMetadata() 공개 정적인 메소드

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

GetPngMetadata() 공개 정적인 메소드

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

GetTgaMetadata() 공개 정적인 메소드

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

GetTiffMetadata() 공개 정적인 메소드

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

GetTiffMetadata() 공개 정적인 메소드

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