Class ImageProcessor
Provides functionality to process image files with specified options.
Inherited Members
Namespace: FulcrumFS.Images
Assembly: FulcrumFS.Images.dll
Syntax
public sealed class ImageProcessor : FileProcessor, IFileProcessingPipelineProvider, IFileProcessingPipelineSelector
Constructors
| Name | Description |
|---|---|
| ImageProcessor(ImageProcessingOptions) | Initializes a new instance of the ImageProcessor class using the specified options. |
Properties
| Name | Description |
|---|---|
| AllowedFileExtensions | Gets the file extensions that this processor allows, including the leading dot (e.g., ".jpg", ".png"), or an empty collection if all file extensions are allowed. |
| Options | Gets the options used by this image processor. |
Methods
| Name | Description |
|---|---|
| ProcessAsync(FileProcessingContext) | Processes the file represented by the specified FileProcessingContext. |