# LINGYUN.Abp.OssManagement.FileSystem.ImageSharp 本地文件系统oss对象ImageSharp图形处理接口 ## 配置使用 模块按需引用 ```csharp [DependsOn(typeof(AbpOssManagementFileSystemImageSharpModule))] public class YouProjectModule : AbpModule { // other } ```