Namespace SixLabors.ImageSharp.Web.Commands
Classes
CommandCollection
Represents an ordered collection of processing commands.
CommandCollectionExtensions
Extension methods for CommandCollectionExtensions.
CommandParser
Parses URI derived command values into usable commands for processors.
PresetOnlyQueryCollectionRequestParser
Parses preset name from the request querystring and returns the commands configured for that preset.
PresetOnlyQueryCollectionRequestParserOptions
Configuration options for the PresetOnlyQueryCollectionRequestParser.
QueryCollectionRequestParser
Parses commands from the request querystring.
Interfaces
IRequestParser
Defines a contract for parsing commands from image requests.