这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目
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

LINGYUN.Abp.OssManagement.FileSystem.Imaging

Base image processing module for local file system

Features

  • Provides basic image processing functionality for local file system
  • Defines image processing interfaces and abstract classes
  • Supports image processing extensions
  • Provides image processing pipeline
  • Supports image processing cache

Configuration

Module reference as needed:

[DependsOn(typeof(AbpOssManagementFileSystemImagingModule))]
public class YouProjectModule : AbpModule
{
    // other
}

Core Interfaces

  • IImageProcessor: Image processor interface
  • IImageProcessorFactory: Image processor factory interface
  • IImageProcessorCache: Image processor cache interface
  • IImageProcessorPipeline: Image processing pipeline interface

Extension Features

  • Supports custom image processors
  • Supports custom image processing pipelines
  • Supports custom image caching strategies
  • Supports image processing parameter validation
  • LINGYUN.Abp.OssManagement.FileSystem.Imaging.ImageSharp: ImageSharp-based implementation