C# 클래스 TinyPng.Extensions

파일 보기 프로젝트 열기: ctolkien/TinyPNG

공개 메소드들

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