Summary
Allows you to specify your own ImageSharp operation.
- Assembly
- Wyam
.Images .dll - Namespace
- Wyam
.Images - Containing Type
- Image
Syntax
public Image Operation(Func<IImageProcessingContext, IImageProcessingContext> operation, Func<FilePath, FilePath> pathModifier = null)
Parameters
Return Value
| Type | Description |
|---|---|
| Image | The current module instance. |
