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.
959 B
959 B
LINGYUN.Abp.OssManagement.ImageSharp
oss对象ImageSharp图形处理接口
配置使用
模块按需引用
[DependsOn(typeof(AbpOssManagementFileSystemImageSharpModule))]
public class YouProjectModule : AbpModule
{
// other
}
功能
- 基于ImageSharp实现OSS对象的图像处理功能
- 支持图像格式转换
- 支持图像缩放和裁剪
- 支持图像水印添加
- 支持图像质量调整
- 支持图像元数据处理
图像处理功能
支持以下图像处理操作:
- resize:调整图像大小
- crop:裁剪图像
- rotate:旋转图像
- watermark:添加水印
- format:转换图像格式
- quality:调整图像质量
使用示例
图像处理参数通过URL查询字符串传递:
http://your-domain/api/oss-management/objects/my-image.jpg?process=image/resize,w_100,h_100/watermark,text_Hello