C# Class Aliyun.OSS.Samples.ImageProcessSample

Sample for setting bucket acl.
显示文件 Open project: aliyun/aliyun-oss-csharp-sdk

Public Methods

Method Description
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

Private Methods

Method Description
WriteToFile ( string filePath, Stream stream ) : void

Method Details

CropImage() public static method

public static CropImage ( string bucketName ) : void
bucketName string
return void

FormatImage() public static method

public static FormatImage ( string bucketName ) : void
bucketName string
return void

GenerateIamgeUri() public static method

public static GenerateIamgeUri ( string bucketName ) : void
bucketName string
return void

ImageProcess() public static method

public static ImageProcess ( string bucketName ) : void
bucketName string
return void

InfoImage() public static method

public static InfoImage ( string bucketName ) : void
bucketName string
return void

ResizeImage() public static method

public static ResizeImage ( string bucketName ) : void
bucketName string
return void

RotateImage() public static method

public static RotateImage ( string bucketName ) : void
bucketName string
return void

SharpenImage() public static method

public static SharpenImage ( string bucketName ) : void
bucketName string
return void

WatermarkImage() public static method

public static WatermarkImage ( string bucketName ) : void
bucketName string
return void