C# 클래스 Aliyun.OSS.Samples.ImageProcessSample

Sample for setting bucket acl.
파일 보기 프로젝트 열기: aliyun/aliyun-oss-csharp-sdk

공개 메소드들

메소드 설명
CropImage ( string bucketName ) : void
FormatImage ( string bucketName ) : void
GenerateIamgeUri ( string bucketName ) : void
ImageProcess ( string bucketName ) : void
InfoImage ( string bucketName ) : void
ResizeImage ( string bucketName ) : void
RotateImage ( string bucketName ) : void
SharpenImage ( string bucketName ) : void
WatermarkImage ( string bucketName ) : void

비공개 메소드들

메소드 설명
WriteToFile ( string filePath, Stream stream ) : void

메소드 상세

CropImage() 공개 정적인 메소드

public static CropImage ( string bucketName ) : void
bucketName string
리턴 void

FormatImage() 공개 정적인 메소드

public static FormatImage ( string bucketName ) : void
bucketName string
리턴 void

GenerateIamgeUri() 공개 정적인 메소드

public static GenerateIamgeUri ( string bucketName ) : void
bucketName string
리턴 void

ImageProcess() 공개 정적인 메소드

public static ImageProcess ( string bucketName ) : void
bucketName string
리턴 void

InfoImage() 공개 정적인 메소드

public static InfoImage ( string bucketName ) : void
bucketName string
리턴 void

ResizeImage() 공개 정적인 메소드

public static ResizeImage ( string bucketName ) : void
bucketName string
리턴 void

RotateImage() 공개 정적인 메소드

public static RotateImage ( string bucketName ) : void
bucketName string
리턴 void

SharpenImage() 공개 정적인 메소드

public static SharpenImage ( string bucketName ) : void
bucketName string
리턴 void

WatermarkImage() 공개 정적인 메소드

public static WatermarkImage ( string bucketName ) : void
bucketName string
리턴 void