You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.1 KiB
1.1 KiB
LINGYUN.Abp.OssManagement.ImageSharp
ImageSharp-based image processing interface for OSS objects
Configuration
Module reference as needed:
[DependsOn(typeof(AbpOssManagementFileSystemImageSharpModule))]
public class YouProjectModule : AbpModule
{
// other
}
Features
- Implements image processing functionality for OSS objects based on ImageSharp
- Supports image format conversion
- Supports image resizing and cropping
- Supports watermark addition
- Supports image quality adjustment
- Supports image metadata processing
Image Processing Features
Supports the following image processing operations:
- resize: Adjust image size
- crop: Crop image
- rotate: Rotate image
- watermark: Add watermark
- format: Convert image format
- quality: Adjust image quality
Usage Example
Image processing parameters are passed through URL query string:
http://your-domain/api/oss-management/objects/my-image.jpg?process=image/resize,w_100,h_100/watermark,text_Hello