C# Класс WebApplications.Utilities.GraphicExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
GetGraphicFormat ( [ bytes ) : GraphicFormat

Gets the image format from the header of the image data.

See (amongst others) http://www.garykessler.net/library/file_sigs.html

ToGraphicFormat ( [ format ) : GraphicFormat

Converts a system image format to the Traveller enumeration equivalent.

Приватные методы

Метод Описание
ToImageFormat ( this format ) : ImageFormat

Описание методов

GetGraphicFormat() публичный статический Метод

Gets the image format from the header of the image data.
See (amongst others) http://www.garykessler.net/library/file_sigs.html
public static GetGraphicFormat ( [ bytes ) : GraphicFormat
bytes [ The bytes.
Результат GraphicFormat

ToGraphicFormat() публичный статический Метод

Converts a system image format to the Traveller enumeration equivalent.
public static ToGraphicFormat ( [ format ) : GraphicFormat
format [ The format.
Результат GraphicFormat