C# Класс TinyPng.Extensions

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

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

Метод Описание
GetImageByteData ( this result ) : Task

Get the image data as a byte array

GetImageStreamData ( this result ) : Task

Gets the image data as a stream

SaveImageToDisk ( this result, string filePath ) : System.Threading.Tasks.Task

Writes the image to disk

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

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

Get the image data as a byte array
public static GetImageByteData ( this result ) : Task
result this The result from compress
Результат Task

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

Gets the image data as a stream
public static GetImageStreamData ( this result ) : Task
result this The result from compress
Результат Task

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

Writes the image to disk
public static SaveImageToDisk ( this result, string filePath ) : System.Threading.Tasks.Task
result this The result from compress
filePath string The path to store the file
Результат System.Threading.Tasks.Task