C# Class Aliyun.OSS.Samples.ImageProcessSample

Sample for setting bucket acl.
Afficher le fichier Open project: aliyun/aliyun-oss-csharp-sdk

Méthodes publiques

Méthode 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

Méthode Description
WriteToFile ( string filePath, Stream stream ) : void

Method Details

CropImage() public static méthode

public static CropImage ( string bucketName ) : void
bucketName string
Résultat void

FormatImage() public static méthode

public static FormatImage ( string bucketName ) : void
bucketName string
Résultat void

GenerateIamgeUri() public static méthode

public static GenerateIamgeUri ( string bucketName ) : void
bucketName string
Résultat void

ImageProcess() public static méthode

public static ImageProcess ( string bucketName ) : void
bucketName string
Résultat void

InfoImage() public static méthode

public static InfoImage ( string bucketName ) : void
bucketName string
Résultat void

ResizeImage() public static méthode

public static ResizeImage ( string bucketName ) : void
bucketName string
Résultat void

RotateImage() public static méthode

public static RotateImage ( string bucketName ) : void
bucketName string
Résultat void

SharpenImage() public static méthode

public static SharpenImage ( string bucketName ) : void
bucketName string
Résultat void

WatermarkImage() public static méthode

public static WatermarkImage ( string bucketName ) : void
bucketName string
Résultat void